diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-03-05 10:22:07 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-03-05 10:22:07 +0100 |
commit | 50ba1fff886a7f51b178ac6d3a1ba79a3014b214 (patch) | |
tree | 1a5417b4eaf53d7c6144daa2dbfa8080eab3ec0d /src/i830_dri.c | |
parent | 36cad3fcb65e3dcd88e58e301cd60adb121cb96b (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.c | 2 |
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); |