summaryrefslogtreecommitdiff
path: root/src/glamo-dri2.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-07-26 22:55:14 +0100
committerThomas White <taw@bitwiz.org.uk>2009-07-26 22:55:14 +0100
commit38196fad554d39f43c044e7c4283bcd441d31973 (patch)
treefa0f7d9e8c0c1ba38e0bed92f94462e95c1a75dd /src/glamo-dri2.c
parentb6eb663a8d35db3119dba0e644a94d99f922046f (diff)
It all compiles now...
Diffstat (limited to 'src/glamo-dri2.c')
-rw-r--r--src/glamo-dri2.c1
1 files changed, 1 insertions, 0 deletions
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;
}