From 90d4d23bf2e94721149ddc0a80093b10a82e8845 Mon Sep 17 00:00:00 2001 From: Benjamin Close Date: Fri, 13 Feb 2009 14:48:50 +1030 Subject: 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 Acked-by: Daniel Stone Acked-by: Peter Hutterer --- include/X11/extensions/panoramiXext.h | 7 ------- 1 file changed, 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 -#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 */ -- cgit v1.2.1