diff options
author | Benjamin Close <Benjamin.Close@clearchain.com> | 2009-02-13 14:46:11 +1030 |
---|---|---|
committer | Benjamin Close <Benjamin.Close@clearchain.com> | 2009-02-13 17:18:08 +1030 |
commit | 21477147613c28c968b5e1eb9d8aea7017dd399d (patch) | |
tree | 4277dfd552280e7405fba0457af8e62fabf83951 /panoramiXproto.h | |
parent | b8b3878351a148e527df44ddf8886917f00d1a85 (diff) |
The major/minor protocol versions exist in the proto headers not the lib/libXinerma userspace headers
Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
Acked-by: Daniel Stone <daniel@fooishbar.org>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'panoramiXproto.h')
-rw-r--r-- | 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 |