mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
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>
This commit is contained in:
parent
b8b3878351
commit
2147714761
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue