|
GrafX2 2.9.3227
The ultimate 256-color painting program
|
Include dependency graph for SDLMain.m:Data Structures | |
| category | NSApplication(SDL_Missing_Methods) |
| struct | CPSProcessSerNum |
| class | SDLApplication |
Macros | |
| #define | SDL_USE_NIB_FILE 0 |
| #define | SDL_USE_CPS 1 |
Functions | |
| OSErr | CPSGetCurrentProcess (CPSProcessSerNum *psn) |
| OSErr | CPSEnableForegroundOperation (CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5) |
| OSErr | CPSSetFrontProcess (CPSProcessSerNum *psn) |
| static NSString * | getApplicationName (void) |
| int | main (int argc, char **argv) |
| const char * | get_paste_board (void) |
| char * | getMacosUserFolder (void) |
Variables | |
| static int | gArgc |
| static char ** | gArgv |
| static BOOL | gFinderLaunch |
| static BOOL | gCalledAppMainline = FALSE |
| BOOL | enableKeys = FALSE |
| #define SDL_USE_NIB_FILE 0 |
| #define SDL_USE_CPS 1 |
| OSErr CPSGetCurrentProcess | ( | CPSProcessSerNum * | psn | ) |
| OSErr CPSEnableForegroundOperation | ( | CPSProcessSerNum * | psn, |
| UInt32 | _arg2, | ||
| UInt32 | _arg3, | ||
| UInt32 | _arg4, | ||
| UInt32 | _arg5 | ||
| ) |
| OSErr CPSSetFrontProcess | ( | CPSProcessSerNum * | psn | ) |
|
static |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References gArgc, gArgv, gFinderLaunch, and NULL.
| const char * get_paste_board | ( | void | ) |
Referenced by GFX2_GetTextClipboard().
| char * getMacosUserFolder | ( | void | ) |
Referenced by Init_program().
|
static |
Referenced by main().
|
static |
Referenced by main().
|
static |
Referenced by main().
|
static |
| BOOL enableKeys = FALSE |