diff options
author | marha <marha@users.sourceforge.net> | 2010-04-27 12:17:43 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-04-27 12:17:43 +0000 |
commit | 929c7e1e824590c2f8bd47135f96c98a34027dd5 (patch) | |
tree | 6276192c5c4b18aaab2eccbc03b8d6e1b859ab1b /xorg-server/Xext/panoramiX.h | |
parent | e026745845d87ab4cd8b2a96b665d24b025644e1 (diff) | |
download | vcxsrv-929c7e1e824590c2f8bd47135f96c98a34027dd5.tar.gz vcxsrv-929c7e1e824590c2f8bd47135f96c98a34027dd5.tar.bz2 vcxsrv-929c7e1e824590c2f8bd47135f96c98a34027dd5.zip |
git update 27/4/2010
Diffstat (limited to 'xorg-server/Xext/panoramiX.h')
-rw-r--r-- | xorg-server/Xext/panoramiX.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xorg-server/Xext/panoramiX.h b/xorg-server/Xext/panoramiX.h index 463a99441..35de17951 100644 --- a/xorg-server/Xext/panoramiX.h +++ b/xorg-server/Xext/panoramiX.h @@ -80,19 +80,6 @@ typedef struct { #define FOR_NSCREENS_BACKWARD(j) for(j = PanoramiXNumScreens - 1; j >= 0; j--) #define FOR_NSCREENS(j) FOR_NSCREENS_FORWARD(j) -#define BREAK_IF(a) if ((a)) break -#define IF_RETURN(a,b) if ((a)) return (b) - -#define FORCE_ROOT(a) { \ - int _j; \ - for (_j = PanoramiXNumScreens - 1; _j; _j--) \ - if ((a).root == WindowTable[_j]->drawable.id) \ - break; \ - (a).rootX += panoramiXdataPtr[_j].x; \ - (a).rootY += panoramiXdataPtr[_j].y; \ - (a).root = WindowTable[0]->drawable.id; \ -} - #define IS_SHARED_PIXMAP(r) (((r)->type == XRT_PIXMAP) && (r)->u.pix.shared) #endif /* _PANORAMIX_H_ */ |