diff options
Diffstat (limited to 'xorg-server/Xext/panoramiX.h')
-rw-r--r-- | xorg-server/Xext/panoramiX.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xorg-server/Xext/panoramiX.h b/xorg-server/Xext/panoramiX.h index 700c5a4f9..cca4c5249 100644 --- a/xorg-server/Xext/panoramiX.h +++ b/xorg-server/Xext/panoramiX.h @@ -41,9 +41,8 @@ Equipment Corporation. #define _PANORAMIX_H_ #define _PANORAMIX_SERVER -#include <X11/extensions/panoramiXext.h> +#include <X11/extensions/panoramiXproto.h> #undef _PANORAMIX_SERVER - #include "gcstruct.h" @@ -98,6 +97,4 @@ typedef struct { #define IS_SHARED_PIXMAP(r) (((r)->type == XRT_PIXMAP) && (r)->u.pix.shared) -#define SKIP_FAKE_WINDOW(a) if(!LookupIDByType(a, XRT_WINDOW)) return - #endif /* _PANORAMIX_H_ */ |