public uint16 width;
public uint16 height;
public uint16 border_width;
- public uint8 pad0[2];
}
[SimpleType]
public uint32 all_event_masks;
public uint32 your_event_mask;
public uint16 do_not_propagate_mask;
- public uint8 pad0[2];
}
[SimpleType]
[CCode (cname = "xcb_intern_atom_reply_t", ref_function = "", unref_function = "free")]
public class InternAtomReply {
private uint8 response_type;
- private uint8 pad0;
private uint16 sequence;
public uint32 length;
public AtomT atom;
uint16 event_y;
uint16 state;
uint8 same_screen;
- uint8 pad0;
}
[Compact]
uint16 event_y;
uint16 state;
uint8 same_screen;
- uint8 pad0;
}
[Compact]
public uint16 event_y;
public uint16 state;
public uint8 same_screen;
- public uint8 pad0;
}
[Compact]
[CCode (cname = "xcb_expose_event_t", ref_function = "", unref_function = "")]
public class ExposeEvent : GenericEvent {
- public uint8 pad0;
public uint16 sequence;
public Window window;
public uint16 x;
public uint16 width;
public uint16 height;
public uint16 count;
- public uint8 pad1[2];
}
[Compact]
[CCode (cname = "xcb_create_notify_event_t", ref_function = "", unref_function = "")]
public class CreateNotifyEvent {
public uint8 response_type;
- public uint8 pad0;
public uint16 sequence;
public Window parent;
public Window window;
public uint16 height;
public uint16 border_width;
public uint8 override_redirect;
- public uint8 pad1;
}
[Compact]
[CCode (cname = "xcb_destroy_notify_event_t", ref_function = "", unref_function = "")]
public class DestroyNotifyEvent {
public uint8 response_type;
- public uint8 pad0;
public uint16 sequence;
public Window event;
public Window window;
[CCode (cname = "xcb_unmap_notify_event_t", ref_function = "", unref_function = "")]
public class UnmapNotifyEvent {
public uint8 response_type;
- public uint8 pad0;
public uint16 sequence;
public Window event;
public Window window;
public uint8 from_configure;
- public uint8 pad1[3];
}
[Compact]
[CCode (cname = "xcb_map_notify_event_t", ref_function = "", unref_function = "")]
public class MapNotifyEvent {
public uint8 response_type;
- public uint8 pad0;
public uint16 sequence;
public Window event;
public Window window;
public uint8 override_redirect;
- public uint8 pad1[3];
}
[Compact]
[CCode (cname = "xcb_map_request_event_t", ref_function = "", unref_function = "")]
public class MapRequestEvent {
public uint8 response_type;
- public uint8 pad0;
public uint16 sequence;
public Window parent;
public Window window;
[CCode (cname = "xcb_configure_notify_event_t", ref_function = "", unref_function = "")]
public class ConfigureNotifyEvent {
public uint8 response_type;
- public uint8 pad0;
public uint16 sequence;
public Window event;
public Window window;
public uint16 height;
public uint16 border_width;
public uint8 override_redirect;
- public uint8 pad1;
}
[CCode (cname = "xcb_cw_t", has_type_id = false)]