comparison src/video/SDL_video.c @ 567:969fbd4dcd4e

From: David Hedbor Subject: Qtopia patches (input grabbing and iconify) Ok, here's a patch that adds support for SDL_WM_GrabInput (default state is "ungrabbed") and SDL_WM_IconifyWindow. Also has some other tweaks such as taking additional steps to clean up when exiting (bypassing certain bugs in some versions of Qtopia and/or OPIE) and it also maps Key_F33 to Key_Return (this is the Zaurus 'ok' key).
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Jan 2003 01:08:20 +0000
parents 796f2fe699be
children be6495850a62
comparison
equal deleted inserted replaced
566:d6e7d7006062 567:969fbd4dcd4e
52 &DGA_bootstrap, 52 &DGA_bootstrap,
53 #endif 53 #endif
54 #ifdef ENABLE_NANOX 54 #ifdef ENABLE_NANOX
55 &NX_bootstrap, 55 &NX_bootstrap,
56 #endif 56 #endif
57 #ifdef ENABLE_QTOPIA
58 &Qtopia_bootstrap,
59 #endif
57 #ifdef ENABLE_FBCON 60 #ifdef ENABLE_FBCON
58 &FBCON_bootstrap, 61 &FBCON_bootstrap,
59 #endif 62 #endif
60 #ifdef ENABLE_DIRECTFB 63 #ifdef ENABLE_DIRECTFB
61 &DirectFB_bootstrap, 64 &DirectFB_bootstrap,
108 #ifdef ENABLE_XBIOS 111 #ifdef ENABLE_XBIOS
109 &XBIOS_bootstrap, 112 &XBIOS_bootstrap,
110 #endif 113 #endif
111 #ifdef ENABLE_GEM 114 #ifdef ENABLE_GEM
112 &GEM_bootstrap, 115 &GEM_bootstrap,
113 #endif
114 #ifdef ENABLE_QTOPIA
115 &Qtopia_bootstrap,
116 #endif 116 #endif
117 #ifdef ENABLE_PICOGUI 117 #ifdef ENABLE_PICOGUI
118 &PG_bootstrap, 118 &PG_bootstrap,
119 #endif 119 #endif
120 #ifdef ENABLE_DC 120 #ifdef ENABLE_DC