summaryrefslogtreecommitdiff
path: root/src/glamo-dri2.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-07-28 01:28:36 +0100
committerThomas White <taw@bitwiz.org.uk>2009-07-28 01:28:36 +0100
commit839e7e06a1e24c66233b77b50e454b286caadf93 (patch)
treede24a67c80b4cbd6a65a1d5994b6db09ac0bf8d1 /src/glamo-dri2.c
parentcbbb356da7f4384c812c9db230657097992da1e7 (diff)
De-crashify a few things
Diffstat (limited to 'src/glamo-dri2.c')
-rw-r--r--src/glamo-dri2.c1
1 files changed, 0 insertions, 1 deletions
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;
}