summaryrefslogtreecommitdiff
path: root/xc/include
diff options
context:
space:
mode:
authorjim <empty>1989-10-04 15:45:50 +0000
committerjim <empty>1989-10-04 15:45:50 +0000
commit8c0d3fcd6affa71bef26b6fa40a3905a21222e9f (patch)
treeb34c17d18dfedcb7cdf899201cd1a0d3e7464b2a /xc/include
parent3810aca9a86a5073e32b4dbc41f6aa6ee7cc58f5 (diff)
moved contants from multibufst.h to multibuf.h
Diffstat (limited to 'xc/include')
-rw-r--r--xc/include/extensions/multibuf.h18
-rw-r--r--xc/include/extensions/multibufst.h18
2 files changed, 18 insertions, 18 deletions
diff --git a/xc/include/extensions/multibuf.h b/xc/include/extensions/multibuf.h
index 97ee14f62..92a0c86ff 100644
--- a/xc/include/extensions/multibuf.h
+++ b/xc/include/extensions/multibuf.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: multibuf.h,v 1.5 89/10/03 17:22:16 jim Exp $
+ * $XConsortium: multibuf.h,v 1.6 89/10/03 17:58:08 jim Exp $
*
* Copyright 1989 Massachusetts Institute of Technology
*
@@ -24,6 +24,22 @@
#ifndef _MULTIBUF_H_
#define _MULTIBUF_H_
+#define MULTIBUF_PROTOCOL_NAME "Multi-Buffering"
+
+#define BUFFER_MAJOR_VERSION 1 /* current version numbers */
+#define BUFFER_MINOR_VERSION 0
+
+#define X_MbufGetBufferVersion 0
+#define X_MbufCreateImageBuffers 1
+#define X_MbufDestroyImageBuffers 2
+#define X_MbufDisplayImageBuffers 3
+#define X_MbufSetMultiBufferAttributes 4
+#define X_MbufGetMultiBufferAttributes 5
+#define X_MbufSetBufferAttributes 6
+#define X_MbufGetBufferAttributes 7
+#define X_MbufGetBufferInfo 8
+#define X_MbufCreateStereoWindow 9
+
/*
* update_action field
*/
diff --git a/xc/include/extensions/multibufst.h b/xc/include/extensions/multibufst.h
index 276755afe..f070e7058 100644
--- a/xc/include/extensions/multibufst.h
+++ b/xc/include/extensions/multibufst.h
@@ -1,5 +1,5 @@
/*
- * $XConsortium: multibufst.h,v 1.2 89/10/03 13:51:31 jim Exp $
+ * $XConsortium: multibufst.h,v 1.3 89/10/03 17:22:45 jim Exp $
*
* Copyright 1989 Massachusetts Institute of Technology
*
@@ -40,22 +40,6 @@
req->mbufReqType = X_/**/name;
#endif
-#define MULTIBUF_PROTOCOL_NAME "Multi-Buffering"
-
-#define BUFFER_MAJOR_VERSION 1 /* current version numbers */
-#define BUFFER_MINOR_VERSION 0
-
-#define X_MbufGetBufferVersion 0
-#define X_MbufCreateImageBuffers 1
-#define X_MbufDestroyImageBuffers 2
-#define X_MbufDisplayImageBuffers 3
-#define X_MbufSetMultiBufferAttributes 4
-#define X_MbufGetMultiBufferAttributes 5
-#define X_MbufSetBufferAttributes 6
-#define X_MbufGetBufferAttributes 7
-#define X_MbufGetBufferInfo 8
-#define X_MbufCreateStereoWindow 9
-
typedef struct {
CARD32 visualID B32; /* associated visual */
CARD16 maxBuffers B16; /* maximum supported buffers */