summaryrefslogtreecommitdiff
path: root/proto/xextproto/syncconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto/xextproto/syncconst.h')
-rw-r--r--proto/xextproto/syncconst.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/proto/xextproto/syncconst.h b/proto/xextproto/syncconst.h
index 926b60cb7..3acc387e3 100644
--- a/proto/xextproto/syncconst.h
+++ b/proto/xextproto/syncconst.h
@@ -54,7 +54,7 @@ PERFORMANCE OF THIS SOFTWARE.
#define SYNC_NAME "SYNC"
#define SYNC_MAJOR_VERSION 3
-#define SYNC_MINOR_VERSION 0
+#define SYNC_MINOR_VERSION 1
#define XSyncCounterNotify 0
@@ -65,7 +65,8 @@ PERFORMANCE OF THIS SOFTWARE.
#define XSyncBadCounter 0L
#define XSyncBadAlarm 1L
-#define XSyncNumberErrors (XSyncBadAlarm + 1)
+#define XSyncBadFence 2L
+#define XSyncNumberErrors (XSyncBadFence + 1)
/*
* Flags for Alarm Attributes
@@ -172,6 +173,7 @@ typedef enum {
typedef XID XSyncCounter;
typedef XID XSyncAlarm;
+typedef XID XSyncFence;
typedef struct _XSyncValue {
int hi;
unsigned int lo;