]> Pileus Git - ~andy/gtk/blobdiff - gdk/wayland/gdkdisplay-wayland.h
wayland: Trim some unused struct fields
[~andy/gtk] / gdk / wayland / gdkdisplay-wayland.h
index ebe67d648002c45fea9b9c407c30ccd7fd91faf7..d575d40a8baf813f44fe6dad20b2190515578e86 100644 (file)
@@ -58,30 +58,18 @@ struct _GdkDisplayWayland
   GdkScreen *default_screen;
   GdkScreen **screens;
 
-  gint grab_count;
-
   /* Keyboard related information */
   GdkKeymap *keymap;
-  guint            keymap_serial;
-
-  /* drag and drop information */
-  GdkDragContext *current_dest_drag;
 
   /* input GdkDevice list */
   GList *input_devices;
 
-  /* input GdkWindow list */
-  GList *input_windows;
-
   /* Startup notification */
   gchar *startup_notification_id;
 
   /* Time of most recent user interaction. */
   gulong user_time;
 
-  /* The offscreen window that has the pointer in it (if any) */
-  GdkWindow *active_offscreen_window;
-
   /* Wayland fields below */
   struct wl_display *wl_display;
   struct wl_egl_display *native_display;