6 #include <X11/XKBlib.h>
9 #include <X11/extensions/shape.h>
12 #include <X11/extensions/Xinerama.h>
16 /*! Does the display have the XKB extension? */
17 extern gboolean extensions_xkb
;
18 /*! Base for events for the XKB extension */
19 extern int extensions_xkb_event_basep
;
21 /*! Does the display have the Shape extension? */
22 extern gboolean extensions_shape
;
23 /*! Base for events for the Shape extension */
24 extern int extensions_shape_event_basep
;
26 /*! Does the display have the Xinerama extension? */
27 extern gboolean extensions_xinerama
;
28 /*! Base for events for the Xinerama extension */
29 extern int extensions_xinerama_event_basep
;
31 void extensions_query_all();