summaryrefslogtreecommitdiff
path: root/src/glamor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glamor.c')
-rw-r--r--src/glamor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glamor.c b/src/glamor.c
index 4a2f5ad..24cbbf4 100644
--- a/src/glamor.c
+++ b/src/glamor.c
@@ -284,9 +284,9 @@ glamor_init(ScreenPtr screen, unsigned int flags)
return FALSE;
if (flags & GLAMOR_INVERTED_Y_AXIS) {
- glamor_priv->yInverted = 1;
+ glamor_priv->yInverted = TRUE;
} else
- glamor_priv->yInverted = 0;
+ glamor_priv->yInverted = FALSE;
if (!dixRegisterPrivateKey
(glamor_screen_private_key, PRIVATE_SCREEN, 0)) {