comparison include/SDL_active.h @ 337:9154ec9ca3d2

Explicitly specify the SDL API calling convention (C by default)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 11 Apr 2002 14:35:16 +0000
parents f6ffac90895c
children b8d311d90021
comparison
equal deleted inserted replaced
336:745873ea091f 337:9154ec9ca3d2
46 * This function returns the current state of the application, which is a 46 * This function returns the current state of the application, which is a
47 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and 47 * bitwise combination of SDL_APPMOUSEFOCUS, SDL_APPINPUTFOCUS, and
48 * SDL_APPACTIVE. If SDL_APPACTIVE is set, then the user is able to 48 * SDL_APPACTIVE. If SDL_APPACTIVE is set, then the user is able to
49 * see your application, otherwise it has been iconified or disabled. 49 * see your application, otherwise it has been iconified or disabled.
50 */ 50 */
51 extern DECLSPEC Uint8 SDL_GetAppState(void); 51 extern DECLSPEC Uint8 SDLCALL SDL_GetAppState(void);
52 52
53 53
54 /* Ends C function definitions when using C++ */ 54 /* Ends C function definitions when using C++ */
55 #ifdef __cplusplus 55 #ifdef __cplusplus
56 } 56 }