comparison src/video/cocoa/SDL_cocoamodes.h @ 3525:455a6c47d2c6

Fixed compilation on Mac OS X 10.4
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Dec 2009 19:57:49 +0000
parents 4b594623401b
children 59ff7a2beb57
comparison
equal deleted inserted replaced
3524:5668e43c256b 3525:455a6c47d2c6
33 { 33 {
34 CFDictionaryRef moderef; 34 CFDictionaryRef moderef;
35 } SDL_DisplayModeData; 35 } SDL_DisplayModeData;
36 36
37 extern void Cocoa_InitModes(_THIS); 37 extern void Cocoa_InitModes(_THIS);
38 extern NSRect Cocoa_DisplayBounds(CGDirectDisplayID display);
38 extern void Cocoa_GetDisplayModes(_THIS, SDL_VideoDisplay * display); 39 extern void Cocoa_GetDisplayModes(_THIS, SDL_VideoDisplay * display);
39 extern int Cocoa_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode); 40 extern int Cocoa_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode);
40 extern void Cocoa_QuitModes(_THIS); 41 extern void Cocoa_QuitModes(_THIS);
41 42
42 #endif /* _SDL_cocoamodes_h */ 43 #endif /* _SDL_cocoamodes_h */