ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Functions | |
void | LoadSettings (void) |
void | SaveSettings (void) |
Variables | |
UINT | uiZoom = 3 |
BOOL | bShowWarning = TRUE |
BOOL | bFollowMouse = TRUE |
BOOL | bFollowFocus = TRUE |
BOOL | bFollowCaret = TRUE |
BOOL | bInvertColors = FALSE |
BOOL | bStartMinimized = FALSE |
BOOL | bShowMagnifier = TRUE |
struct _AppBarConfig_t | AppBarConfig |
Definition at line 35 of file settings.c.
Definition at line 92 of file settings.c.
struct _AppBarConfig_t AppBarConfig |
Definition at line 26 of file settings.c.
Referenced by AttachAppBar(), DoAppBarStuff(), InitInstance(), LoadSettings(), SaveSettings(), and WndProc().
Definition at line 20 of file settings.c.
Referenced by LoadSettings(), OptionsProc(), SaveSettings(), and WndProc().
Definition at line 19 of file settings.c.
Referenced by LoadSettings(), OptionsProc(), SaveSettings(), and WndProc().
Definition at line 18 of file settings.c.
Referenced by LoadSettings(), OptionsProc(), SaveSettings(), and WndProc().
Definition at line 22 of file settings.c.
Referenced by Draw(), LoadSettings(), OptionsProc(), and SaveSettings().
Definition at line 24 of file settings.c.
Referenced by OptionsProc().
Definition at line 16 of file settings.c.
Referenced by InitInstance(), LoadSettings(), SaveSettings(), and WarningProc().
Definition at line 23 of file settings.c.
Referenced by InitInstance(), LoadSettings(), OptionsProc(), and SaveSettings().
UINT uiZoom = 3 |
Definition at line 14 of file settings.c.
Referenced by Draw(), LoadSettings(), OptionsProc(), and SaveSettings().