diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-27 19:02:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-07-27 19:02:39 +0000 |
commit | 269d40cbcc43b41f621ca6d91c182952f60ec48e (patch) | |
tree | 872f2fddd3f2207e57a28595e73886713ce4a77a /xserver/Xext/panoramiX.h | |
parent | 917a2249b787451cad3f9697872aeccfd0da3324 (diff) |
Update to xserver 1.8. Tested by many. Ok oga@, todd@.
Diffstat (limited to 'xserver/Xext/panoramiX.h')
-rw-r--r-- | xserver/Xext/panoramiX.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xserver/Xext/panoramiX.h b/xserver/Xext/panoramiX.h index 38afcdb8f..cca4c5249 100644 --- a/xserver/Xext/panoramiX.h +++ b/xserver/Xext/panoramiX.h @@ -43,7 +43,6 @@ Equipment Corporation. #define _PANORAMIX_SERVER #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_ */ |