diff options
Diffstat (limited to 'gdk/x11/gdkdisplay-x11.h')
-rw-r--r-- | gdk/x11/gdkdisplay-x11.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk/x11/gdkdisplay-x11.h b/gdk/x11/gdkdisplay-x11.h index 0d3d6838f..3ce7d941a 100644 --- a/gdk/x11/gdkdisplay-x11.h +++ b/gdk/x11/gdkdisplay-x11.h @@ -78,7 +78,9 @@ struct _GdkDisplayX11 gboolean use_xshm; gboolean have_shm_pixmaps; GdkTristate have_render; - + gboolean have_xfixes; + gint xfixes_event_base; + /* Information about current pointer and keyboard grabs held by this * client. If gdk_pointer_xgrab_window or gdk_keyboard_xgrab_window * window is NULL, then the other associated fields are ignored |