summaryrefslogtreecommitdiff
path: root/src/Xdbe.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-25 15:36:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-15 16:55:21 +1000
commit1772c991ec6370fcf1bad79b00a87a02c5b484cc (patch)
tree24fd03bbcfa3a7f9ee632593174a27b910ee4293 /src/Xdbe.c
parentd1f3bc77a48c8e42771579e3fdf3370b35d3209d (diff)
downloadxorg-lib-libXext-1772c991ec6370fcf1bad79b00a87a02c5b484cc.tar.gz
Move libXext library headers from xextproto to libXext.
All library headers (or parts thereof) from xextproto are moved to include/X11/extensions/. Including build fixes to include and build with the new header locations and names. Requires xextproto 7.0.99.1 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/Xdbe.c')
-rw-r--r--src/Xdbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xdbe.c b/src/Xdbe.c
index 8897179..77344b4 100644
--- a/src/Xdbe.c
+++ b/src/Xdbe.c
@@ -41,8 +41,8 @@
#include <X11/Xlibint.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>
-#define NEED_DBE_PROTOCOL
#include <X11/extensions/Xdbe.h>
+#include <X11/extensions/dbeproto.h>
static XExtensionInfo _dbe_info_data;
static XExtensionInfo *dbe_info = &_dbe_info_data;