From 21477147613c28c968b5e1eb9d8aea7017dd399d Mon Sep 17 00:00:00 2001 From: Benjamin Close Date: Fri, 13 Feb 2009 14:46:11 +1030 Subject: The major/minor protocol versions exist in the proto headers not the lib/libXinerma userspace headers Signed-off-by: Benjamin Close Acked-by: Daniel Stone Acked-by: Peter Hutterer --- panoramiXproto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'panoramiXproto.h') 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 -- cgit v1.2.1