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

[Xen-devel] [PATCH] ioemu: sdl without OpenGl fix


  • To: xen-devel@xxxxxxxxxxxxxxxxxxx
  • From: Frédéric Guihéry <sygus@xxxxxxxxxxx>
  • Date: Sat, 12 Jul 2008 01:20:53 +0200
  • Delivery-date: Fri, 11 Jul 2008 16:16:29 -0700
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>
  • Openpgp: id=1C8306BE

Hi,

Here is a little patch for a bug introduced recently in the SDL ioemu
rendering, in case we disable OpenGl. Without this patch, the SDL window
just stoppped when there were a call to ds->dpy_setdata, because the
pointer was not set.

Kind regards,
Frédéric Guihéry

Signed-off-by: Frédéric Guihéry <sygus@xxxxxxxxxxx>


diff -r 2d100fe81044 tools/ioemu/sdl.c
--- a/tools/ioemu/sdl.c Wed Jul 09 16:00:05 2008 +0100
+++ b/tools/ioemu/sdl.c Thu Jul 10 14:58:05 2008 +0200
@@ -777,6 +777,8 @@ void sdl_display_init(DisplayState *ds,
         ds->dpy_setdata = opengl_setdata;
     else
         ds->dpy_setdata = sdl_setdata;
+#else
+    ds->dpy_setdata = sdl_setdata;
 #endif

     sdl_resize(ds, 640, 400);

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.