qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6393] Fix build with --disable-sdl


From: Anthony Liguori
Subject: [Qemu-devel] [6393] Fix build with --disable-sdl
Date: Thu, 22 Jan 2009 16:18:34 +0000

Revision: 6393
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6393
Author:   aliguori
Date:     2009-01-22 16:18:33 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
Fix build with --disable-sdl

Signed-off-by: Anthony Liguori <address@hidden>

Modified Paths:
--------------
    trunk/vl.c

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c  2009-01-21 21:46:20 UTC (rev 6392)
+++ trunk/vl.c  2009-01-22 16:18:33 UTC (rev 6393)
@@ -5589,10 +5589,11 @@
                     if (vnc_display_open(ds, vnc_display) < 0)
                         exit(1);
                 }
+#if defined(CONFIG_SDL)
                 if (sdl || !vnc_display)
-#if defined(CONFIG_SDL)
                     sdl_display_init(ds, full_screen, no_frame);
 #elif defined(CONFIG_COCOA)
+                if (sdl || !vnc_display)
                     cocoa_display_init(ds, full_screen);
 #endif
             }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]