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>
This commit is contained in:
parent
9f79e93b6b
commit
c1602d1c17
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
/* RandR */
|
/* RandR */
|
||||||
#define SERVER_RANDR_MAJOR_VERSION 1
|
#define SERVER_RANDR_MAJOR_VERSION 1
|
||||||
#define SERVER_RANDR_MINOR_VERSION 3
|
#define SERVER_RANDR_MINOR_VERSION 4
|
||||||
|
|
||||||
/* Record */
|
/* Record */
|
||||||
#define SERVER_RECORD_MAJOR_VERSION 1
|
#define SERVER_RECORD_MAJOR_VERSION 1
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
#define RANDR_13_INTERFACE 1 /* requires RANDR_12_INTERFACE */
|
#define RANDR_13_INTERFACE 1 /* requires RANDR_12_INTERFACE */
|
||||||
#define RANDR_GET_CRTC_INTERFACE 1
|
#define RANDR_GET_CRTC_INTERFACE 1
|
||||||
|
|
||||||
#define RANDR_INTERFACE_VERSION 0x0103
|
#define RANDR_INTERFACE_VERSION 0x0104
|
||||||
|
|
||||||
typedef XID RRMode;
|
typedef XID RRMode;
|
||||||
typedef XID RROutput;
|
typedef XID RROutput;
|
||||||
|
|
Loading…
Reference in New Issue