diff 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
line wrap: on
line diff
--- a/src/video/photon/SDL_ph_modes_c.h	Fri Jan 18 17:14:16 2002 +0000
+++ b/src/video/photon/SDL_ph_modes_c.h	Fri Jan 18 18:14:03 2002 +0000
@@ -31,7 +31,9 @@
 
 #include "SDL_ph_video.h"
 
-extern int ph_GetVideoModes(_THIS);
+#define PH_MAX_VIDEOMODES 127
+
+//extern int ph_GetVideoModes(_THIS);
 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags);
 extern void ph_FreeVideoModes(_THIS);
 extern int ph_ResizeFullScreen(_THIS);