summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenjamin Close <Benjamin.Close@clearchain.com>2009-02-13 14:48:50 +1030
committerBenjamin Close <Benjamin.Close@clearchain.com>2009-02-13 17:20:25 +1030
commit90d4d23bf2e94721149ddc0a80093b10a82e8845 (patch)
tree990505fa1f2c9b0cf574c6eeb0177f396f4b06ec /include
parent9810140927d4aa646f585367215d6ca684ce60a4 (diff)
downloadxorg-lib-libXinerama-90d4d23bf2e94721149ddc0a80093b10a82e8845.tar.gz
Proto major/minors shouldn't live in the extension header but the proto header
Previously the Xserver was pulling in the extension header rather than the proto header this led to issues when compiling the xserver. Instead we shift the proto numbers to the proto header and tell the X server to use the proto header. Hence it's possible to compile the server without the lib again. Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com> Acked-by: Daniel Stone <daniel@fooishbar.org> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r--include/X11/extensions/panoramiXext.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/X11/extensions/panoramiXext.h b/include/X11/extensions/panoramiXext.h
index a302b82..9c75643 100644
--- a/include/X11/extensions/panoramiXext.h
+++ b/include/X11/extensions/panoramiXext.h
@@ -33,11 +33,6 @@ Equipment Corporation.
#include <X11/Xfuncproto.h>
-#define PANORAMIX_MAJOR_VERSION 1 /* current version number */
-#define PANORAMIX_MINOR_VERSION 1
-
-#ifndef _PANORAMIX_SERVER
-
typedef struct {
Window window; /* PanoramiX window - may not exist */
int screen;
@@ -87,6 +82,4 @@ extern Status XPanoramiXGetScreenSize (
_XFUNCPROTOEND
-#endif /* _PANORAMIX_SERVER */
-
#endif /* _panoramiXext_h */