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:
parent
52c1e64692
commit
fab976cef8
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue