projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ded4f5
)
Init dumb display if no others available.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Nov 2007 19:04:08 +0000
(19:04 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Nov 2007 19:04:08 +0000
(19:04 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3652
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 1586f123f3f17df76d02c51f76b45c63cc9dce3c..166bacf310fdbe8b07e52ab1385bfedd5dd6cc37 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-8458,6
+8458,8
@@
int main(int argc, char **argv)
sdl_display_init(ds, full_screen, no_frame);
#elif defined(CONFIG_COCOA)
cocoa_display_init(ds, full_screen);
+#else
+ dumb_display_init(ds);
#endif
}