Lines Matching defs:window

96 struct window {
105 int width, height; /* of window */
218 struct window *w = data;
243 wayland_lock_pointer(struct window *w)
270 GtkNative *window = gtk_widget_get_native(w->win);
271 GdkSurface *gdk_surface = gtk_native_get_surface(window);
274 GdkWindow *window = gtk_widget_get_window(w->win);
275 surface = gdk_wayland_window_get_wl_surface(window);
289 wayland_unlock_pointer(struct window *w)
304 x_lock_pointer(struct window *w)
313 GtkNative *window = gtk_widget_get_native(w->win);
314 GdkSurface *surface = gtk_native_get_surface(window);
317 GdkWindow *window = gtk_widget_get_window(w->win);
318 x_win = GDK_WINDOW_XID(window);
331 x_unlock_pointer(struct window *w)
348 window_lock_pointer(struct window *w)
367 window_unlock_pointer(struct window *w)
398 draw_evdev_rel(struct window *w, cairo_t *cr)
440 draw_evdev_abs(struct window *w, cairo_t *cr)
531 draw_gestures(struct window *w, cairo_t *cr)
596 draw_scrollbars(struct window *w, cairo_t *cr)
616 draw_touchpoints(struct window *w, cairo_t *cr)
634 draw_abs_pointer(struct window *w, cairo_t *cr)
659 draw_other_button (struct window *w, cairo_t *cr)
687 draw_buttons(struct window *w, cairo_t *cr)
713 draw_pad(struct window *w, cairo_t *cr)
774 draw_tablet(struct window *w, cairo_t *cr)
878 draw_pointer(struct window *w, cairo_t *cr)
924 draw_background(struct window *w, cairo_t *cr)
982 struct window *w = data;
1018 window_place_ui_elements(GtkWidget *widget, struct window *w)
1055 struct window *w = data;
1072 struct window *w = data;
1074 GdkWindow *window;
1080 window = gdk_event_get_window(event);
1081 display = gdk_window_get_display(window);
1092 window_quit(struct window *w)
1099 window_delete_event_cb(GtkWindow *window, gpointer data)
1101 struct window *w = data;
1111 struct window *w = data;
1118 window_init(struct window *w)
1166 window_cleanup(struct window *w)
1175 change_ptraccel(struct window *w, double amount)
1211 struct window *w = libinput_get_user_data(li);
1285 register_evdev_device(struct window *w, struct libinput_device *dev)
1327 unregister_evdev_device(struct window *w, struct libinput_device *dev)
1352 struct window *w;
1392 handle_event_motion(struct libinput_event *ev, struct window *w)
1418 handle_event_absmotion(struct libinput_event *ev, struct window *w)
1429 handle_event_touch(struct libinput_event *ev, struct window *w)
1461 handle_event_axis(struct libinput_event *ev, struct window *w)
1496 handle_event_keyboard(struct libinput_event *ev, struct window *w)
1522 handle_event_button(struct libinput_event *ev, struct window *w)
1549 handle_event_swipe(struct libinput_event *ev, struct window *w)
1580 handle_event_pinch(struct libinput_event *ev, struct window *w)
1615 handle_event_hold(struct libinput_event *ev, struct window *w)
1637 handle_event_tablet(struct libinput_event *ev, struct window *w)
1720 handle_event_tablet_pad(struct libinput_event *ev, struct window *w)
1760 struct window *w = libinput_get_user_data(li);
1861 struct window *w = libinput_get_user_data(li);
1871 struct window w = {0};