Mercurial > sdl-ios-xcode
comparison src/video/photon/SDL_ph_modes_c.h @ 266:c6abdda2f666
Added QNX cleanups by Mike Gorchak (thanks!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 18 Jan 2002 18:14:03 +0000 |
parents | e8157fcb3114 |
children | f6ffac90895c |
comparison
equal
deleted
inserted
replaced
265:35d9c8a5aa10 | 266:c6abdda2f666 |
---|---|
29 #ifndef _PH_MODES_INCLUDED_ | 29 #ifndef _PH_MODES_INCLUDED_ |
30 #define _PH_MODES_INCLUDED_ | 30 #define _PH_MODES_INCLUDED_ |
31 | 31 |
32 #include "SDL_ph_video.h" | 32 #include "SDL_ph_video.h" |
33 | 33 |
34 extern int ph_GetVideoModes(_THIS); | 34 #define PH_MAX_VIDEOMODES 127 |
35 | |
36 //extern int ph_GetVideoModes(_THIS); | |
35 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags); | 37 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags); |
36 extern void ph_FreeVideoModes(_THIS); | 38 extern void ph_FreeVideoModes(_THIS); |
37 extern int ph_ResizeFullScreen(_THIS); | 39 extern int ph_ResizeFullScreen(_THIS); |
38 extern void ph_WaitMapped(_THIS); | 40 extern void ph_WaitMapped(_THIS); |
39 extern void ph_WaitUnmapped(_THIS); | 41 extern void ph_WaitUnmapped(_THIS); |