summaryrefslogtreecommitdiff
path: root/src/i830_dri.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2007-03-05 10:22:07 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2007-03-05 10:22:07 +0100
commit50ba1fff886a7f51b178ac6d3a1ba79a3014b214 (patch)
tree1a5417b4eaf53d7c6144daa2dbfa8080eab3ec0d /src/i830_dri.c
parent36cad3fcb65e3dcd88e58e301cd60adb121cb96b (diff)
Be more verbose when page flipping can't be enabled for various reasons.
Diffstat (limited to 'src/i830_dri.c')
-rw-r--r--src/i830_dri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_dri.c b/src/i830_dri.c
index e5460668..dba1a07a 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -1146,7 +1146,7 @@ I830DRISwapContext(ScreenPtr pScreen, DRISyncType syncType,
if (pI830->pDamage == NULL) {
xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
"No screen damage record, page flipping disabled\n");
- pI830->allowPageFlip = 0;
+ pI830->allowPageFlip = FALSE;
} else {
DamageRegister(&pPix->drawable, pI830->pDamage);