]> Pileus Git - ~andy/gtk/blobdiff - gdk/broadway/gdkdisplay-broadway.h
[broadway] Serialize event times
[~andy/gtk] / gdk / broadway / gdkdisplay-broadway.h
index 029e88d6c3d42774b0f1b6367d71f908e3fc584b..433c9b4c6cf64fdbc903228e55851f520bb69084 100644 (file)
@@ -150,21 +150,17 @@ struct _GdkBroadwayDisplay
   /* input GdkDevice list */
   GList *input_devices;
 
-  /* Time of most recent user interaction. */
-  gulong user_time;
-
   /* The offscreen window that has the pointer in it (if any) */
   GdkWindow *active_offscreen_window;
 
   GSocketService *service;
   BroadwayOutput *output;
   guint32 saved_serial;
+  guint64 last_seen_time;
   BroadwayInput *input;
   GList *input_messages;
   guint process_input_idle;
 
-  guint64 last_event_time;
-
   /* Explicit pointer grabs: */
   GdkWindow *pointer_grab_window;
   guint32 pointer_grab_time;