summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-11 04:19:47 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-03-11 04:19:47 +0000
commitd6b8f0a5eeb332563ec3ec7082f03be1797d26d8 (patch)
tree3dfd0b3e6e330418f05f75244a785a03f37bb71d /ChangeLog
parent69fe90bc501df9bd9e74b894bfca79a4025725bd (diff)
Add #ifdef XF86DRI guards around references to info->allowPageFlip and
info->depthMoves, since they are only defined if building with DRI.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf5dcc3..0b95b79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-10 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * src/radeon_driver.c:
+ Add #ifdef XF86DRI guards around references to info->allowPageFlip
+ and info->depthMoves, since they are only defined if building with
+ DRI.
+
2006-03-10 Roland Scheidegger <rscheidegger_lists@hispeed.ch>
* man/radeon.man:
* src/radeon_driver.c: (RADEONSetupMemXAA_DRI), (RADEONScreenInit):