Lines Matching defs:window
96 struct window { struct
105 int width, height; /* of window */ argument
108 struct point pointer;
109 struct point unaccelerated;
113 size_t ndeltas;
114 struct point deltas[64];
117 struct point abs;
120 struct {
127 } lock_pointer;
130 struct {
136 } scroll;
139 struct touch touches[32];
142 struct {
146 } buttons;
149 struct {
152 } swipe;
154 struct {
159 } pinch;
161 struct {
164 } hold;
166 struct {
182 } tool;
184 struct {
193 } pad;
218 struct window *w = data; in wayland_registry_global() argument
270 GtkNative *window = gtk_widget_get_native(w->win); in wayland_lock_pointer() local
274 GdkWindow *window = gtk_widget_get_window(w->win); in wayland_lock_pointer() local
313 GtkNative *window = gtk_widget_get_native(w->win); in x_lock_pointer() local
317 GdkWindow *window = gtk_widget_get_window(w->win); in x_lock_pointer() local
1074 GdkWindow *window; in map_event_cb() local
1099 window_delete_event_cb(GtkWindow *window, gpointer data) in window_delete_event_cb()