From 38196fad554d39f43c044e7c4283bcd441d31973 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 26 Jul 2009 22:55:14 +0100 Subject: It all compiles now... --- src/glamo-dri2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glamo-dri2.c') diff --git a/src/glamo-dri2.c b/src/glamo-dri2.c index 2491f82..1a1d836 100644 --- a/src/glamo-dri2.c +++ b/src/glamo-dri2.c @@ -174,6 +174,7 @@ void driScreenInit(ScreenPtr pScreen) dri2info.CreateBuffers = glamoCreateBuffers; dri2info.DestroyBuffers = glamoDestroyBuffers; dri2info.CopyRegion = glamoCopyRegion; + dri2info.Wait = NULL; if ( !DRI2ScreenInit(pScreen, &dri2info) ) return; } -- cgit v1.2.3