summaryrefslogtreecommitdiff
path: root/Xwindows.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-06-14 09:10:06 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-06-14 09:35:23 -0700
commit5bad478221c54c0dbf682ef2569f6ca5ac050049 (patch)
tree40661e1b52327cdc74c7cd88b3514bbbb23955e2 /Xwindows.h
parent1f59b5f8eac522bb0a5155393224496c39deca42 (diff)
Use indentation to provide a map through the twisty maze of ifdefs, all alike
git diff -w shows no changes other than whitespace in this patch Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Xwindows.h')
-rw-r--r--Xwindows.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/Xwindows.h b/Xwindows.h
index 9a87d7e..149580e 100644
--- a/Xwindows.h
+++ b/Xwindows.h
@@ -45,8 +45,8 @@ The Open Group.
#undef _XFree86Server
#ifdef XFree86Server
-#define _XFree86Server
-#undef XFree86Server
+# define _XFree86Server
+# undef XFree86Server
#endif
#define NOMINMAX
@@ -69,19 +69,19 @@ The Open Group.
#undef CreateWindowA
#ifdef RESOURCE_H
-#undef RT_FONT
-#undef RT_CURSOR
-#define RT_FONT ((RESTYPE)4)
-#define RT_CURSOR ((RESTYPE)5)
+# undef RT_FONT
+# undef RT_CURSOR
+# define RT_FONT ((RESTYPE)4)
+# define RT_CURSOR ((RESTYPE)5)
#endif
#if defined(WIN32) && (!defined(PATH_MAX) || PATH_MAX < 1024)
-#undef PATH_MAX
-#define PATH_MAX 1024
+# undef PATH_MAX
+# define PATH_MAX 1024
#endif
#ifdef _XFree86Server
-#define XFree86Server
-#undef _XFree86Server
+# define XFree86Server
+# undef _XFree86Server
#endif