处理 expose 事件

This commit is contained in:
2025-08-24 11:44:56 +08:00
parent 0039cd2c43
commit 165dd0733c
3 changed files with 17 additions and 2 deletions

View File

@@ -89,6 +89,8 @@ typedef struct destroy_notify_event_t {
typedef struct expose_event_t {
event_type_t type;
xcb_window_t window;
uint32_t count;
} expose_event_t;
typedef struct motion_notify_event_t {