diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-05-01 12:41:18 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-05-01 12:41:18 -0700 |
commit | cae0ae237b79fa7d3a82dfc8d3fb595ccb6c63e1 (patch) | |
tree | fdab26429ccc3ddc0599a4573b6ecb582437fe5d /src/i830.h | |
parent | 6748d620fbf39dd98982856c09256bdec0fc82a1 (diff) |
Bug #10714: Fix build without DRI.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -307,6 +307,9 @@ typedef struct _I830Rec { int *used3D; i830_memory *logical_context; + + unsigned int front_tiled; + #ifdef XF86DRI i830_memory *back_buffer; i830_memory *third_buffer; @@ -319,7 +322,6 @@ typedef struct _I830Rec { int mmModeFlags; int mmSize; - unsigned int front_tiled; unsigned int back_tiled; unsigned int third_tiled; unsigned int depth_tiled; |