diff options
author | Keith Packard <keithp@keithp.com> | 2011-02-23 11:17:36 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-02-23 11:17:36 -0800 |
commit | 9f47780ecdc7693f756587a758ec0141e75cb1eb (patch) | |
tree | 9baa255c714d93797f03af744e0000a308fc4f46 /include | |
parent | 793a242c89fccdbf1a2557ba33da1da2cb4ff8c4 (diff) |
Revert "randr: Hook up the new RandR 1.4 functionality"
This reverts commit afb6ebf1d5829346c40fe1053c9f50afe926e6c6.
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 c8c7f5fc0..1d33bddcf 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 4 +#define SERVER_RANDR_MINOR_VERSION 3 /* Record */ #define SERVER_RECORD_MAJOR_VERSION 1 |