Displaying 6 results from an estimated 6 matches for "sdl_quit".
Did you mean:
do_quit
2006 Oct 12
0
[PATCH] always call SDL_Quit
When qemu-dm is using SDL and has the mouse captured, a "xm destroy" of the VM will cause control of the mouse to be lost. This happens because the qemu-dm is killed with SIGKILL, so atexit doesn''t run, so SDL_Quit doesn''t run. Other things could go wrong too -- for example, if the VM was fullscreen, the video mode probably wouldn''t be reset either.
There was a discussion a few years ago on the SDL mailing list regarding the ramifications of not calling SDL_Quit. In short, you don'...
2009 May 12
2
compile error of libtheora example
...yer_example.c:(.text+0x180d): undefined reference to
`theora_decode_packetin'
player_example.c:(.text+0x184a): undefined reference to
`theora_granule_time'
player_example.c:(.text+0x1930): undefined reference to `ogg_sync_pageout'
player_example.c:(.text+0x1d30): undefined reference to `SDL_Quit'
player_example.c:(.text+0x1d45): undefined reference to `ogg_stream_clear'
player_example.c:(.text+0x1d51): undefined reference to `vorbis_block_clear'
player_example.c:(.text+0x1d5d): undefined reference to `vorbis_dsp_clear'
player_example.c:(.text+0x1d69): undefined reference to...
2007 Sep 24
0
missing GLX extension
...../../src/ClDisplay.c:67
#10 0xb7e7c8fe in XCloseDisplay (a=0x9e48838)
at ../../src/video/x11/SDL_x11sym.h:33
#11 0xb7e8607b in X11_VideoQuit (this=0x9e43790)
at ../../src/video/x11/SDL_x11video.c:1388
#12 0xb7e75890 in SDL_VideoQuit () at ../../src/video/SDL_video.c:1344
#13 0xb7e4a544 in SDL_QuitSubSystem (flags=65535) at ../../src/SDL.c:200
#14 0xb7e4a5be in SDL_Quit () at ../../src/SDL.c:220
#15 0x08057ccd in cleanup () at main.c:182
#16 0xb7d13514 in exit () from /lib/i686/cmov/libc.so.6
#17 0xb7cfc058 in __libc_start_main () from /lib/i686/cmov/libc.so.6
#18 0x0804a311 in _start ()
(gdb...
2008 Jun 22
0
Fw: Renouoveau hangs on 79th test on 8800 GT
...lib/libGL.so.1
#16 0x00007f7e8555d4a2 in ?? () from /usr/lib/libSDL-1.2.so.0
#17 0x00007f7e8556145e in ?? () from /usr/lib/libSDL-1.2.so.0
#18 0x00007f7e85561667 in ?? () from /usr/lib/libSDL-1.2.so.0
#19 0x00007f7e85552b12 in SDL_VideoQuit () from /usr/lib/libSDL-1.2.so.0
#20 0x00007f7e8552d855 in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0
#21 0x00007f7e8552d8be in SDL_Quit () from /usr/lib/libSDL-1.2.so.0
#22 0x00000000004121a3 in cleanup () at main.c:190
---Type <return> to continue, or q <return> to quit---
#23 0x00007f7e84be0110 in exit () from /lib/libc.so.6
#24 0x00007f7e84b...
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
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and