diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/protocol-versions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/protocol-versions.h b/include/protocol-versions.h index 95df8ce1a..7fe61e0ff 100644 --- a/include/protocol-versions.h +++ b/include/protocol-versions.h @@ -46,6 +46,10 @@ #define SERVER_DAMAGE_MAJOR_VERSION 1 #define SERVER_DAMAGE_MINOR_VERSION 1 +/* DRI3 */ +#define SERVER_DRI3_MAJOR_VERSION 1 +#define SERVER_DRI3_MINOR_VERSION 0 + /* DMX */ #define SERVER_DMX_MAJOR_VERSION 2 #define SERVER_DMX_MINOR_VERSION 2 |