summaryrefslogtreecommitdiff
path: root/composite.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-11-07 04:21:01 +0000
committerKeith Packard <keithp@keithp.com>2003-11-07 04:21:01 +0000
commit11105d870631fe5f858291fbf167f1da400d7fa9 (patch)
treee9959f12244a499c55ed15d9442c172b1924b4d5 /composite.h
parent0b7b69d3b678f584062ca352f60382325057d9f1 (diff)
Add update mode to Unredirect requests so clients can redirect multiple times (and then unredirect) Add CompositeNumberRequests Fix some typeos
Diffstat (limited to 'composite.h')
-rw-r--r--composite.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/composite.h b/composite.h
index a6e1fc6..12546e3 100644
--- a/composite.h
+++ b/composite.h
@@ -1,5 +1,5 @@
/*
- * $Id: composite.h,v 1.2 2003-11-05 05:39:58 keithp Exp $
+ * $Id: composite.h,v 1.3 2003-11-07 04:21:01 keithp Exp $
*
* Copyright © 2003 Keith Packard
*
@@ -41,4 +41,6 @@
#define X_CompositeUnredirectSubwindows 4
#define X_CompositeCreateRegionFromBorderClip 5
+#define CompositeNumberRequests (X_CompositeCreateRegionFromBorderClip + 1)
+
#endif /* _COMPOSITE_H_ */