mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
wayland-util: Drop unused struct wl_argument
This commit is contained in:
parent
53200f05c7
commit
a77498d07c
1 changed files with 0 additions and 5 deletions
|
|
@ -44,11 +44,6 @@ extern "C" {
|
||||||
const typeof( ((type *)0)->member ) *__mptr = (ptr); \
|
const typeof( ((type *)0)->member ) *__mptr = (ptr); \
|
||||||
(type *)( (char *)__mptr - offsetof(type,member) );})
|
(type *)( (char *)__mptr - offsetof(type,member) );})
|
||||||
|
|
||||||
struct wl_argument {
|
|
||||||
uint32_t type;
|
|
||||||
void *data;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct wl_message {
|
struct wl_message {
|
||||||
const char *name;
|
const char *name;
|
||||||
const char *signature;
|
const char *signature;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue