broadway: Implement pointer query_status

This commit is contained in:
Alexander Larsson
2011-03-11 14:56:31 +01:00
parent 614eb3b3d7
commit 0cefd54122
6 changed files with 126 additions and 15 deletions

View File

@ -56,7 +56,7 @@ struct _GdkBroadwayDisplay
GSource *event_source;
GdkWindow *mouse_in_toplevel;
int last_x, last_y;
int last_x, last_y; /* in root coords */
/* Keyboard related information */
GdkKeymap *keymap;