summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-07-31 19:44:34 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-08-11 16:04:02 +0100
commitaafdff3f48acc75fa4e7493344680788caaf187b (patch)
tree1bb5a246e24b8cec159892dfb4b99fe0e03bb272
parent28f6427aec1f5a1982e1c01eff45af0d401bf659 (diff)
Return FALSE to indicate failure in winSetEngine()
Return FALSE to indicate failure in winSetEngine(), if it couldn't find a drawing engine to use
-rw-r--r--hw/xwin/winengine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winengine.c b/hw/xwin/winengine.c
index b473b3ac0..9e93322da 100644
--- a/hw/xwin/winengine.c
+++ b/hw/xwin/winengine.c
@@ -229,7 +229,7 @@ winSetEngine(ScreenPtr pScreen)
return TRUE;
}
- return TRUE;
+ return FALSE;
}
/*