comparison src/video/cybergfx/SDL_cgxmodes_c.h @ 21:75a95f82bc1f

Updated the Amiga OS port of SDL (thanks Gabriele)
author Sam Lantinga <slouken@lokigames.com>
date Thu, 10 May 2001 20:13:29 +0000
parents 74212992fb08
children e8157fcb3114
comparison
equal deleted inserted replaced
20:3dc008dc229d 21:75a95f82bc1f
38 38
39 extern int CGX_GetVideoModes(_THIS); 39 extern int CGX_GetVideoModes(_THIS);
40 extern SDL_Rect **CGX_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 40 extern SDL_Rect **CGX_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
41 extern void CGX_FreeVideoModes(_THIS); 41 extern void CGX_FreeVideoModes(_THIS);
42 extern int CGX_ResizeFullScreen(_THIS); 42 extern int CGX_ResizeFullScreen(_THIS);
43 /*
44 extern void CGX_WaitMapped(_THIS, Window win);
45 extern void CGX_WaitUnmapped(_THIS, Window win);
46 extern void CGX_QueueEnterFullScreen(_THIS);
47 */
43 extern int CGX_EnterFullScreen(_THIS); 48 extern int CGX_EnterFullScreen(_THIS);
44 extern int CGX_LeaveFullScreen(_THIS); 49 extern int CGX_LeaveFullScreen(_THIS);