diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-15 16:51:05 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-15 17:00:05 +1000 |
commit | d3f6b43a240eb763025b3cbf546cb7ae502c94fa (patch) | |
tree | 39efc86bdd824630252af780b2d0c78b09f74c75 /Xext/sync.c | |
parent | 693babbf12cc7969c3e211c4037c7af0d41c13e9 (diff) |
Update to xextproto 7.0.99.1.
xextproto had Xlib client headers moved into libXext.
Protocol header files are named fooproto.h, header files with constants
foo.h or fooconst.h where foo.h was already in use for client-side headers.
Diffstat (limited to 'Xext/sync.c')
-rw-r--r-- | Xext/sync.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Xext/sync.c b/Xext/sync.c index a38ec7b85..0bcf8057a 100644 --- a/Xext/sync.c +++ b/Xext/sync.c @@ -65,10 +65,7 @@ PERFORMANCE OF THIS SOFTWARE. #include "dixstruct.h" #include "resource.h" #include "opaque.h" -#define _SYNC_SERVER -#include <X11/extensions/sync.h> -#undef _SYNC_SERVER -#include <X11/extensions/syncstr.h> +#include <X11/extensions/syncproto.h> #include "syncsrv.h" #include <stdio.h> |