From 839e7e06a1e24c66233b77b50e454b286caadf93 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 28 Jul 2009 01:28:36 +0100 Subject: De-crashify a few things --- src/glamo-dri2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/glamo-dri2.c') diff --git a/src/glamo-dri2.c b/src/glamo-dri2.c index 1a1d836..2491f82 100644 --- a/src/glamo-dri2.c +++ b/src/glamo-dri2.c @@ -174,7 +174,6 @@ 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