| * Copyright 1994 Alexandre Julliard |
| /* Supported languages */ |
| extern const char *langNames[]; |
| char * desktopGeometry; /* NULL when no desktop */ |
| char * programName; /* To use when loading resources */ |
| int synchronous; /* X synchronous mode */ |
| int backingstore; /* Use backing store */ |
| int allowReadOnly; /* Opening a read only file will succeed even |
| if write access is requested */ |
| WINE_MODE mode; /* Start Wine in selected mode |
| int ipc; /* Use IPC mechanisms */ |
| WINE_LANGUAGE language; /* Current language */ |
| int managed; /* Managed windows */ |
| int perfectGraphics; /* Favor correctness over speed for graphics */ |
| extern struct options Options; |
| extern int PROFILE_LoadWineIni(void); |
| extern int PROFILE_GetWineIniString( const char *section, const char *key_name, |
| const char *def, char *buffer, int len ); |
| extern int PROFILE_GetWineIniInt( const char *section, const char *key_name, |