summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2008-01-09 16:08:57 +0100
committerroot <root@debian-hp.(none)>2008-03-30 21:43:01 +0800
commitdafda8b4582c218782da59d5ac3c82a70a91762f (patch)
tree9e85c31182940a9e5bb4e74d29eae01a4b8bc511
parent6e8c89452ff9a9fe9a99734706e68b89ad8768fe (diff)
Fix obviously wrong verification of DRI_SUPPORTS_CLIP_NOTIFY.
(cherry picked from commit 3414313ac9d0faa95797ee18cc33afa231ec7581)
-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 3493eb9c..4361ad0b 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -135,7 +135,7 @@ static void I830DRITransitionSingleToMulti3d(ScreenPtr pScreen);
#define DRI_DRIVER_FRAMEBUFFER_MAP 0
#endif
-#ifdef DRI_SUPPORTS_CLIP_NOTIFY
+#if DRI_SUPPORTS_CLIP_NOTIFY
static void I830DRIClipNotify(ScreenPtr pScreen, WindowPtr *ppWin, int num);
#endif