xf86-video-intel: Branch 'xwayland' - src/intel_dri.c

Kristian Høgsberg krh at kemper.freedesktop.org
Fri Feb 22 10:42:55 PST 2013


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

New commits:
commit 1f2427f562f93efdd6447217f41ec378279d189c
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Fri Feb 22 13:42:41 2013 -0500

    xwayland: Set ScheduleSwap to NULL so DRI2 doesn't call it
    
    We don't support this yet.

diff --git a/src/intel_dri.c b/src/intel_dri.c
index f1a686c..0fe88c5 100644
--- a/src/intel_dri.c
+++ b/src/intel_dri.c
@@ -1614,6 +1614,7 @@ Bool I830DRI2ScreenInit(ScreenPtr screen)
 	info.version = 4;
 	info.AuthMagic3 = intel_auth_magic3;
 	info.GetMSC = NULL;
+	info.ScheduleSwap = NULL;
 	info.ScheduleWaitMSC = NULL;
 #endif
 


More information about the xorg-commit mailing list