Mercurial > sdl-ios-xcode
annotate src/main/win32/exports/SDL.def @ 315:3333b6e68289
Date: Sat, 23 Mar 2002 13:53:37 +0200
From: "Mike Gorchak" <mike@malva.ua>
Subject: Big QNX patch again.
Added 8bit palette emulation code for window mode with bpp>=15.
Added store/restore original palette for 8bit modes.
Added more information about photon API call fails.
Rewroten change palette code, slow but works.
Fixed bug with set caption before window was inited.
Fixed bugs with some initial state of variables.
Fixed bug with storing old video mode settings.
Fixed bug with switching to fullscreen mode and back.
Fixed few double SEGFAULTS during parachute mode.
Removed compilation warning with no PgWaitHWIdle prototype.
Removed pack of dead unusable code.
Cleanups SDL_PrivateVideoData structure, some headers.
Some code formatting.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 23 Mar 2002 20:19:44 +0000 |
parents | fab1ddc4d7bf |
children | 12a21d82a060 |
rev | line source |
---|---|
0 | 1 SDL_Init |
2 SDL_InitSubSystem | |
3 SDL_QuitSubSystem | |
4 SDL_WasInit | |
5 SDL_Quit | |
6 SDL_GetAppState | |
7 SDL_AudioInit | |
8 SDL_AudioQuit | |
9 SDL_AudioDriverName | |
10 SDL_OpenAudio | |
11 SDL_GetAudioStatus | |
12 SDL_PauseAudio | |
13 SDL_LoadWAV_RW | |
14 SDL_FreeWAV | |
15 SDL_BuildAudioCVT | |
16 SDL_ConvertAudio | |
17 SDL_MixAudio | |
18 SDL_LockAudio | |
19 SDL_UnlockAudio | |
20 SDL_CloseAudio | |
21 SDL_CDNumDrives | |
22 SDL_CDName | |
23 SDL_CDOpen | |
24 SDL_CDStatus | |
25 SDL_CDPlayTracks | |
26 SDL_CDPlay | |
27 SDL_CDPause | |
28 SDL_CDResume | |
29 SDL_CDStop | |
30 SDL_CDEject | |
31 SDL_CDClose | |
32 SDL_ReadLE16 | |
33 SDL_ReadBE16 | |
34 SDL_ReadLE32 | |
35 SDL_ReadBE32 | |
36 SDL_ReadLE64 | |
37 SDL_ReadBE64 | |
38 SDL_WriteLE16 | |
39 SDL_WriteBE16 | |
40 SDL_WriteLE32 | |
41 SDL_WriteBE32 | |
42 SDL_WriteLE64 | |
43 SDL_WriteBE64 | |
44 SDL_SetError | |
45 SDL_GetError | |
46 SDL_ClearError | |
47 SDL_PumpEvents | |
48 SDL_PeepEvents | |
49 SDL_PollEvent | |
50 SDL_WaitEvent | |
51 SDL_PushEvent | |
52 SDL_SetEventFilter | |
53 SDL_GetEventFilter | |
54 SDL_EventState | |
55 SDL_NumJoysticks | |
56 SDL_JoystickName | |
57 SDL_JoystickOpen | |
58 SDL_JoystickOpened | |
59 SDL_JoystickIndex | |
60 SDL_JoystickNumAxes | |
61 SDL_JoystickNumBalls | |
62 SDL_JoystickNumHats | |
63 SDL_JoystickNumButtons | |
64 SDL_JoystickUpdate | |
65 SDL_JoystickEventState | |
66 SDL_JoystickGetAxis | |
67 SDL_JoystickGetHat | |
68 SDL_JoystickGetBall | |
69 SDL_JoystickGetButton | |
70 SDL_JoystickClose | |
71 SDL_EnableUNICODE | |
72 SDL_EnableKeyRepeat | |
73 SDL_GetKeyState | |
74 SDL_GetModState | |
75 SDL_SetModState | |
76 SDL_GetKeyName | |
292
eadc0746dfaf
Added SDL_LockRect() and SDL_UnlockRect()
Sam Lantinga <slouken@libsdl.org>
parents:
145
diff
changeset
|
77 SDL_SetModuleHandle |
0 | 78 SDL_RegisterApp |
79 SDL_InitQuickDraw | |
80 SDL_GetMouseState | |
81 SDL_GetRelativeMouseState | |
82 SDL_WarpMouse | |
83 SDL_CreateCursor | |
84 SDL_SetCursor | |
85 SDL_GetCursor | |
86 SDL_FreeCursor | |
87 SDL_ShowCursor | |
88 SDL_CreateMutex | |
89 SDL_mutexP | |
90 SDL_mutexV | |
91 SDL_DestroyMutex | |
92 SDL_CreateSemaphore | |
93 SDL_DestroySemaphore | |
94 SDL_SemWait | |
95 SDL_SemTryWait | |
96 SDL_SemWaitTimeout | |
97 SDL_SemPost | |
98 SDL_SemValue | |
99 SDL_CreateCond | |
100 SDL_DestroyCond | |
101 SDL_CondSignal | |
102 SDL_CondBroadcast | |
103 SDL_CondWait | |
104 SDL_CondWaitTimeout | |
105 SDL_RWFromFile | |
106 SDL_RWFromFP | |
107 SDL_RWFromMem | |
108 SDL_AllocRW | |
109 SDL_FreeRW | |
110 SDL_GetWMInfo | |
111 SDL_CreateThread | |
112 SDL_ThreadID | |
113 SDL_GetThreadID | |
114 SDL_WaitThread | |
115 SDL_KillThread | |
116 SDL_GetTicks | |
117 SDL_Delay | |
118 SDL_SetTimer | |
119 SDL_AddTimer | |
120 SDL_RemoveTimer | |
121 SDL_Linked_Version | |
122 SDL_VideoInit | |
123 SDL_VideoQuit | |
124 SDL_VideoDriverName | |
125 SDL_GetVideoSurface | |
126 SDL_GetVideoInfo | |
127 SDL_VideoModeOK | |
128 SDL_ListModes | |
129 SDL_SetVideoMode | |
130 SDL_UpdateRects | |
131 SDL_UpdateRect | |
132 SDL_Flip | |
133 SDL_SetGamma | |
134 SDL_SetGammaRamp | |
135 SDL_GetGammaRamp | |
136 SDL_SetColors | |
137 SDL_SetPalette | |
138 SDL_MapRGB | |
139 SDL_MapRGBA | |
140 SDL_GetRGB | |
141 SDL_GetRGBA | |
142 SDL_CreateRGBSurface | |
143 SDL_CreateRGBSurfaceFrom | |
144 SDL_FreeSurface | |
145 SDL_LockSurface | |
146 SDL_UnlockSurface | |
147 SDL_LoadBMP_RW | |
148 SDL_SaveBMP_RW | |
149 SDL_SetColorKey | |
150 SDL_SetAlpha | |
151 SDL_SetClipRect | |
152 SDL_GetClipRect | |
153 SDL_ConvertSurface | |
154 SDL_UpperBlit | |
155 SDL_LowerBlit | |
156 SDL_FillRect | |
157 SDL_DisplayFormat | |
158 SDL_DisplayFormatAlpha | |
159 SDL_CreateYUVOverlay | |
160 SDL_LockYUVOverlay | |
161 SDL_UnlockYUVOverlay | |
162 SDL_DisplayYUVOverlay | |
163 SDL_FreeYUVOverlay | |
164 SDL_GL_LoadLibrary | |
165 SDL_GL_GetProcAddress | |
166 SDL_GL_SetAttribute | |
167 SDL_GL_GetAttribute | |
168 SDL_GL_SwapBuffers | |
169 SDL_GL_UpdateRects | |
170 SDL_GL_Lock | |
171 SDL_GL_Unlock | |
172 SDL_WM_SetCaption | |
173 SDL_WM_GetCaption | |
174 SDL_WM_SetIcon | |
175 SDL_WM_IconifyWindow | |
176 SDL_WM_ToggleFullScreen | |
177 SDL_WM_GrabInput | |
145
29a638dc26db
Applied David MacCormack's patch to fix SDL_WINDOWID on Windows,
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
178 SDL_SoftStretch |
0 | 179 SDL_RegisterApp |
145
29a638dc26db
Applied David MacCormack's patch to fix SDL_WINDOWID on Windows,
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
180 SDL_SetModuleHandle |