diff options
author | Dave Airlie <airlied@gmail.com> | 2013-02-05 07:46:06 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-02-08 09:09:54 -0800 |
commit | c1602d1c17967bdd4db9db19b3a9c0dfca6a58aa (patch) | |
tree | ebadbbe8221295c3527f7eeb6b2fafa39f27adb9 /include | |
parent | 9f79e93b6b3416055d08a0e8f9f16d5fd0649e36 (diff) |
randr: bump advertised RandR version to 1.4
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
Tested-by: Aaron Plattner <aplattner@nvidia.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/protocol-versions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol-versions.h b/include/protocol-versions.h index 10f5117f2..5ceaeb012 100644 --- a/include/protocol-versions.h +++ b/include/protocol-versions.h @@ -65,7 +65,7 @@ /* RandR */ #define SERVER_RANDR_MAJOR_VERSION 1 -#define SERVER_RANDR_MINOR_VERSION 3 +#define SERVER_RANDR_MINOR_VERSION 4 /* Record */ #define SERVER_RECORD_MAJOR_VERSION 1 |