summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-05-01 15:47:01 -0700
committerEric Anholt <eric@anholt.net>2007-05-02 14:31:56 -0700
commit490d05f99d2b62dd612d514d9ae0badbac9285ce (patch)
tree6b4118f05c4079a0ce5ba1e89195036b331fd7e3 /src
parentc7bb34e83d7c459d932d01070cfeffbbf6c703ac (diff)
Fix typo in previous commit with s/XF86_DRI/XF86DRI/
Diffstat (limited to 'src')
-rw-r--r--src/i830_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_memory.c b/src/i830_memory.c
index 23e7dbca..9cf14e4e 100644
--- a/src/i830_memory.c
+++ b/src/i830_memory.c
@@ -250,7 +250,7 @@ i830_free_3d_memory(ScrnInfoPtr pScrn)
{
I830Ptr pI830 = I830PTR(pScrn);
-#ifdef XF86_DRI
+#ifdef XF86DRI
i830_free_memory(pScrn, pI830->back_buffer);
pI830->back_buffer = NULL;
i830_free_memory(pScrn, pI830->third_buffer);