uxa: Compile fix for Ubuntu 11.04

../../../src/uxa/intel_uxa.c: In function 'intel_uxa_init':
../../../src/uxa/intel_uxa.c:1557:27: error: 'true' undeclared (first use in this function)
../../../src/uxa/intel_uxa.c:1557:27: note: each undeclared identifier is reported only once for each function it appears in

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-08-07 14:35:22 +01:00
parent 52c1e64692
commit fab976cef8
1 changed files with 1 additions and 1 deletions

View File

@ -1554,7 +1554,7 @@ Bool intel_uxa_init(ScreenPtr screen)
}
if (intel_option_accel_none(intel))
intel->force_fallback = true;
intel->force_fallback = 1;
uxa_set_fallback_debug(screen, intel->fallback_debug);
uxa_set_force_fallback(screen, intel->force_fallback);