diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-14 12:17:28 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-09-14 12:17:28 +0100 |
commit | d8756091474aeb44e5d8eed6b20b65c23b6574e7 (patch) | |
tree | f2bf7d90e5c2975047fdbf5a1f0adf74b3de19fe | |
parent | 0fc3d020f3086b5c6ecef1fed1aaedef7aa52b01 (diff) |
sna/dri: Version bump for prototypical AsyncSwap
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/sna_dri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sna/sna_dri.c b/src/sna/sna_dri.c index 8dc2f01e..ff6b5871 100644 --- a/src/sna/sna_dri.c +++ b/src/sna/sna_dri.c @@ -50,7 +50,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #error DRI2 version supported by the Xserver is too old #endif -#if DRI2INFOREC_VERSION < 9 +#if DRI2INFOREC_VERSION < 10 #define USE_ASYNC_SWAP 0 #endif @@ -2250,7 +2250,7 @@ bool sna_dri_open(struct sna *sna, ScreenPtr screen) #endif #if USE_ASYNC_SWAP - info.version = 9; + info.version = 10; info.AsyncSwap = sna_dri_async_swap; #endif |