add the composite variables
This commit is contained in:
parent
f9e705ac34
commit
31bc465749
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@ extern gboolean extensions_sync;
|
|||
/*! Base for events for the Sync extension */
|
||||
extern gint extensions_sync_event_basep;
|
||||
|
||||
/*! Does the display have the Composite extension? */
|
||||
extern gboolean extensions_comp;
|
||||
/*! Base for events for the Composite extension */
|
||||
extern gint extensions_comp_event_basep;
|
||||
|
||||
void extensions_query_all();
|
||||
|
||||
void extensions_xinerama_screens(Rect **areas, guint *nxin);
|
||||
|
|
Loading…
Reference in a new issue