diff src/video/pandora/SDL_pandora.h @ 4471:11cedc036ca1

Hello Sam. I did fix/update the SDL 1.3 pandora port today ( 11 june 2010 ) and you can find the "hg diff" attached :) David Carré ( Cpasjuste )
author Sam Lantinga <slouken@libsdl.org>
date Thu, 17 Jun 2010 22:23:20 -0700
parents f7b03b6838cb
children be02be2ea897
line wrap: on
line diff
--- a/src/video/pandora/SDL_pandora.h	Thu Jun 17 12:33:05 2010 -0700
+++ b/src/video/pandora/SDL_pandora.h	Thu Jun 17 22:23:20 2010 -0700
@@ -68,8 +68,8 @@
 /* Display and window functions */
 int PND_videoinit(_THIS);
 void PND_videoquit(_THIS);
-void PND_getdisplaymodes(_THIS);
-int PND_setdisplaymode(_THIS, SDL_DisplayMode * mode);
+void PND_getdisplaymodes(_THIS, SDL_VideoDisplay * display);
+int PND_setdisplaymode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode);
 int PND_setdisplaypalette(_THIS, SDL_Palette * palette);
 int PND_getdisplaypalette(_THIS, SDL_Palette * palette);
 int PND_setdisplaygammaramp(_THIS, Uint16 * ramp);