search for: sdl_resize

Displaying 4 results from an estimated 4 matches for "sdl_resize".

Did you mean: do_resize
2005 Nov 29
1
[PATCH] Disable SDL repeat key.
...to fix the repeat key issue in slow network connection situation. thx,eddie Signed-off-by: Eddie Dong <eddie.dong@intel.com> diff -r f6fdb6e0d3c9 tools/ioemu/sdl.c --- a/tools/ioemu/sdl.c Thu Nov 17 13:56:50 2005 +++ b/tools/ioemu/sdl.c Sun Nov 27 22:26:07 2005 @@ -592,7 +592,7 @@ sdl_resize(ds, 640, 400); sdl_update_caption(); - SDL_EnableKeyRepeat(250, 50); +// SDL_EnableKeyRepeat(250, 50); SDL_EnableUNICODE(1); gui_grab = 0; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-dev...
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
...ds_get_bits_per_pixel(ds), ds_get_linesize(ds), + ds->surface->pf.rmask, ds->surface->pf.gmask, + ds->surface->pf.bmask, ds->surface->pf.amask); } -static void sdl_resize_shared(DisplayState *ds, int w, int h, int depth, int linesize, void *pixels) +static void sdl_resize(DisplayState *ds) { int flags; // printf("resizing to %d %d\n", w, h); - - sdl_colourdepth(ds, depth); - #ifdef CONFIG_OPENGL - if (ds->shared_buf && ope...
2008 Jul 10
0
[PATCH] ioemu : sdl without OpenGl fix
...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@lists.xensource.com http://lists.xensource.com/xen-devel
2012 May 05
12
Error running an app on a Mac
Hi Guys, I'm a newbie, running my first windows app on a Macbook. OS X 10.6.8 2.2 GHz Intel Core 2 Duo 2 GB 667 MHz DDR2 SDRAM When I tried to install X11, both the original X11 app and the update told me it is already installed on my Mac. Here's the error messages from Term: $ wine setup.exe wine: created the configuration directory '/Users/horacemann/.wine' Application tried