[PATCH] The major/minor protocol versions exist in the proto headers not the lib/libXinerma userspace headers

Benjamin Close Benjamin.Close at clearchain.com
Thu Feb 12 21:40:12 PST 2009


Signed-off-by: Benjamin Close <Benjamin.Close at clearchain.com>
---
 panoramiXproto.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/panoramiXproto.h b/panoramiXproto.h
index 14aa6c5..6fd1a02 100644
--- a/panoramiXproto.h
+++ b/panoramiXproto.h
@@ -28,6 +28,9 @@ Equipment Corporation.
 #ifndef _PANORAMIXPROTO_H_
 #define _PANORAMIXPROTO_H_
 
+#define PANORAMIX_MAJOR_VERSION         1       /* current version number */
+#define PANORAMIX_MINOR_VERSION         1
+
 #define PANORAMIX_PROTOCOL_NAME "XINERAMA"
 
 #define X_PanoramiXQueryVersion		0
-- 
1.6.0.6



More information about the xorg-devel mailing list