处理 clientmessage 事件和全屏窗口
This commit is contained in:
@@ -125,8 +125,17 @@ typedef struct property_notify_event_t {
|
||||
property_state_t state;
|
||||
} property_notify_event_t;
|
||||
|
||||
typedef union client_message_data_t {
|
||||
uint8_t data8[20];
|
||||
uint16_t data16[10];
|
||||
uint32_t data32[5];
|
||||
} client_message_data_t;
|
||||
typedef struct client_message_event_t {
|
||||
event_type_t type;
|
||||
xcb_window_t window;
|
||||
uint32_t message_type;
|
||||
client_message_data_t data;
|
||||
uint8_t format;
|
||||
} client_message_event_t;
|
||||
|
||||
typedef union generic_event_t {
|
||||
|
||||
Reference in New Issue
Block a user