summaryrefslogtreecommitdiff
path: root/fb/fb.h
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-06-21 13:51:57 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-06-21 13:51:57 +0000
commitc66cc2a219e860ae3c0b5d4ad18b22a6dc4e16df (patch)
tree51780fa152a1293c7eae3ccaf8630ec9741a0ae8 /fb/fb.h
parented7f92e791f052d64cffef4b44eae5160fb24689 (diff)
Bug 783: rootless patches for cygwin
Diffstat (limited to 'fb/fb.h')
-rw-r--r--fb/fb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fb/fb.h b/fb/fb.h
index 9147beaf1..0b5c98aff 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -22,7 +22,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $XdotOrg: $ */
+/* $XdotOrg$ */
#ifndef _FB_H_
#define _FB_H_
@@ -641,7 +641,7 @@ typedef struct {
((WindowPtr) (pWin))->devPrivates[fbWinPrivateIndex].ptr)
#endif
-#ifdef __DARWIN__
+#if defined(__DARWIN__)||defined(__CYGWIN__)
#define __fbPixOriginX(pPix) ((pPix)->drawable.x)
#define __fbPixOriginY(pPix) ((pPix)->drawable.y)
#else