summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vl.c b/vl.c
index 5f747cfa20..01d57d49fb 100644
--- a/vl.c
+++ b/vl.c
@@ -209,7 +209,9 @@ int graphic_height = 600;
int graphic_depth = 15;
#endif
static int full_screen = 0;
+#ifdef CONFIG_SDL
static int no_frame = 0;
+#endif
int no_quit = 0;
CharDriverState *serial_hds[MAX_SERIAL_PORTS];
CharDriverState *parallel_hds[MAX_PARALLEL_PORTS];