hw/xwin: Return FALSE to indicate failure in winSetEngine()

Return FALSE to indicate failure in winSetEngine(), if it couldn't find a
drawing engine to use

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
Jon Turney 2015-07-31 19:44:34 +01:00
parent 52e05b9282
commit 7bd25aa843

View File

@ -203,7 +203,7 @@ winSetEngine(ScreenPtr pScreen)
return TRUE;
}
return TRUE;
return FALSE;
}
/*