diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2015-01-09 20:03:14 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2015-01-09 20:03:14 +0000 |
commit | e143ce600af286ed9ad9d47afc22dbfbb66628dc (patch) | |
tree | c188e4e2d6ce3392bf8df4af747216ab2f932e9a /src/sna | |
parent | 836f9e11d67356babc80464f1183b907cb6cb2f2 (diff) |
sna/dri2: Fix build with DRI2INFOREC version 5
Reported-by: Patrick Welche <prlw1@cam.ac.uk>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88252
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna')
-rw-r--r-- | src/sna/sna_dri2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c index e5c4d53e..06a9ab11 100644 --- a/src/sna/sna_dri2.c +++ b/src/sna/sna_dri2.c @@ -247,6 +247,7 @@ inline static void *dri2_window_get_front(WindowPtr win) { return NULL; } #define xorg_can_triple_buffer() 0 #define swap_limit(d, l) false +#define mark_stale(b) #else |