xf86-video-intel: src/sna/sna_dri2.c

Chris Wilson ickle at kemper.freedesktop.org
Fri Jan 9 12:09:39 PST 2015


 src/sna/sna_dri2.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e143ce600af286ed9ad9d47afc22dbfbb66628dc
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Jan 9 20:03:14 2015 +0000

    sna/dri2: Fix build with DRI2INFOREC version 5
    
    Reported-by: Patrick Welche <prlw1 at cam.ac.uk>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88252
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index e5c4d53..06a9ab1 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
 


More information about the xorg-commit mailing list