X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fextensions.h;h=3fbac871492415c9ec9d94aca8f40c53187ed3d9;hb=0f677834e253dfd18a246c8811bf4a4e364d5e0e;hp=a097957f405b997256b430434b0466eb63c4bb91;hpb=d9f14c1d010860e658f4a9adc6682e0264b410aa;p=chaz%2Fopenbox diff --git a/openbox/extensions.h b/openbox/extensions.h index a097957f..3fbac871 100644 --- a/openbox/extensions.h +++ b/openbox/extensions.h @@ -2,7 +2,7 @@ extensions.h for the Openbox window manager Copyright (c) 2006 Mikael Magnusson - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,6 +36,9 @@ #ifdef XRANDR #include #endif +#ifdef SYNC +#include +#endif #include @@ -59,6 +62,11 @@ extern gboolean extensions_randr; /*! Base for events for the Randr extension */ extern gint extensions_randr_event_basep; +/*! Does the display have the Sync extension? */ +extern gboolean extensions_sync; +/*! Base for events for the Sync extension */ +extern gint extensions_sync_event_basep; + void extensions_query_all(); void extensions_xinerama_screens(Rect **areas, guint *nxin);