记录光标在每个屏幕中最后停留的位置
This commit is contained in:
@@ -100,6 +100,7 @@ typedef struct motion_notify_event_t {
|
||||
xcb_window_t window;
|
||||
int32_t x;
|
||||
int32_t y;
|
||||
uint32_t time; /* 时间戳(单位:ms) */
|
||||
} motion_notify_event_t;
|
||||
|
||||
typedef struct enter_notify_event_t {
|
||||
|
||||
Reference in New Issue
Block a user