diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-08-01 14:15:09 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-08-01 14:15:09 +0100 |
commit | fe7dee7fe1cf12665bc5ba3923cd1a8f74cbbe57 (patch) | |
tree | 2c7ac063b5f1298f42f69cb4d01576695f7aceed /src/intel.h | |
parent | 4f8b279f32cfda0f3b8fa1542b3fe00051520012 (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.h | 2 |
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; |