summaryrefslogtreecommitdiff
path: root/x11_extensions/inc/shapeconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11_extensions/inc/shapeconst.h')
-rw-r--r--x11_extensions/inc/shapeconst.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/x11_extensions/inc/shapeconst.h b/x11_extensions/inc/shapeconst.h
index 9ef01f3d8ebe..9088956f1b90 100644
--- a/x11_extensions/inc/shapeconst.h
+++ b/x11_extensions/inc/shapeconst.h
@@ -34,22 +34,22 @@ in this Software without prior written authorization from The Open Group.
#define SHAPENAME "SHAPE"
-#define SHAPE_MAJOR_VERSION 1 /* current version numbers */
-#define SHAPE_MINOR_VERSION 1
+#define SHAPE_MAJOR_VERSION 1 /* current version numbers */
+#define SHAPE_MINOR_VERSION 1
-#define ShapeSet 0
-#define ShapeUnion 1
-#define ShapeIntersect 2
-#define ShapeSubtract 3
-#define ShapeInvert 4
+#define ShapeSet 0
+#define ShapeUnion 1
+#define ShapeIntersect 2
+#define ShapeSubtract 3
+#define ShapeInvert 4
-#define ShapeBounding 0
-#define ShapeClip 1
-#define ShapeInput 2
+#define ShapeBounding 0
+#define ShapeClip 1
+#define ShapeInput 2
-#define ShapeNotifyMask (1L << 0)
-#define ShapeNotify 0
+#define ShapeNotifyMask (1L << 0)
+#define ShapeNotify 0
-#define ShapeNumberEvents (ShapeNotify + 1)
+#define ShapeNumberEvents (ShapeNotify + 1)
#endif /* _SHAPECONST_H_ */