summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2007-05-01 12:41:18 -0700
committerEric Anholt <eric@anholt.net>2007-05-01 12:41:18 -0700
commitcae0ae237b79fa7d3a82dfc8d3fb595ccb6c63e1 (patch)
treefdab26429ccc3ddc0599a4573b6ecb582437fe5d /src/i830.h
parent6748d620fbf39dd98982856c09256bdec0fc82a1 (diff)
Bug #10714: Fix build without DRI.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index f69ad737..8034302b 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -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;