diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-11 04:19:47 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-11 04:19:47 +0000 |
commit | d6b8f0a5eeb332563ec3ec7082f03be1797d26d8 (patch) | |
tree | 3dfd0b3e6e330418f05f75244a785a03f37bb71d /ChangeLog | |
parent | 69fe90bc501df9bd9e74b894bfca79a4025725bd (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |