diff options
Diffstat (limited to 'src/i830_dri.c')
-rw-r--r-- | src/i830_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_dri.c b/src/i830_dri.c index 4746be0c..6ec56cf9 100644 --- a/src/i830_dri.c +++ b/src/i830_dri.c @@ -1196,7 +1196,7 @@ I830DRISwapContext(ScreenPtr pScreen, DRISyncType syncType, if (I810_DEBUG & DEBUG_VERBOSE_DRI) ErrorF("i830DRISwapContext (in)\n"); - pI830->last_3d = LAST_3D_OTHER; + *pI830->last_3d = LAST_3D_OTHER; if (!pScrn->vtSema) return; |