summaryrefslogtreecommitdiff
path: root/src/intel.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-08-01 14:15:09 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-08-01 14:15:09 +0100
commitfe7dee7fe1cf12665bc5ba3923cd1a8f74cbbe57 (patch)
tree2c7ac063b5f1298f42f69cb4d01576695f7aceed /src/intel.h
parent4f8b279f32cfda0f3b8fa1542b3fe00051520012 (diff)
Remove the final references to the drmmode prefix
In particular fix the compile regression for intel_do_pageflip(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel.h')
-rw-r--r--src/intel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel.h b/src/intel.h
index be1ae579..970e519e 100644
--- a/src/intel.h
+++ b/src/intel.h
@@ -303,7 +303,7 @@ typedef struct intel_screen_private {
struct list in_flight;
/* For Xvideo */
- Bool use_drmmode_overlay;
+ Bool use_overlay;
#ifdef INTEL_XVMC
/* For XvMC */
Bool XvMCEnabled;