diff options
Diffstat (limited to 'gdk/x11/gdkdisplay-x11.h')
-rw-r--r-- | gdk/x11/gdkdisplay-x11.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/x11/gdkdisplay-x11.h b/gdk/x11/gdkdisplay-x11.h index 14b8fd5b29..7b2654cd7c 100644 --- a/gdk/x11/gdkdisplay-x11.h +++ b/gdk/x11/gdkdisplay-x11.h @@ -81,6 +81,10 @@ struct _GdkDisplayX11 gboolean have_xfixes; gint xfixes_event_base; + gboolean have_xcomposite; + gboolean have_xdamage; + gint xdamage_event_base; + /* If the SECURITY extension is in place, whether this client holds * a trusted authorization and so is allowed to make various requests * (grabs, properties etc.) Otherwise always TRUE. */ |