X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fextensions.h;h=3155874035227092482fec95812a0f9b4efee867;hb=3ae58f457bcdfa90b26dad4c9d192f045874ddae;hp=f430e80cbaa676a4e635394b4c826af092437258;hpb=740c5b2a20d5110435d0874f8cc6a4c9dfd14777;p=chaz%2Fopenbox diff --git a/openbox/extensions.h b/openbox/extensions.h index f430e80c..31558740 100644 --- a/openbox/extensions.h +++ b/openbox/extensions.h @@ -1,7 +1,8 @@ /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- extensions.h for the Openbox window manager - Copyright (c) 2003 Ben Jansens + Copyright (c) 2006 Mikael Magnusson + 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 @@ -35,8 +36,8 @@ #ifdef XRANDR #include #endif -#ifdef VIDMODE -#include +#ifdef SYNC +#include #endif #include @@ -61,13 +62,13 @@ extern gboolean extensions_randr; /*! Base for events for the Randr extension */ extern gint extensions_randr_event_basep; -/*! Does the display have the VidMode extension? */ -extern gboolean extensions_vidmode; -/*! Base for events for the VidMode extension */ -extern gint extensions_vidmode_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); - + #endif