|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | APPNAME _T("MATRIX ScreenSaver 2.0") |
| #define | DENSITY 24 |
| #define | DENSITY_MAX 50 |
| #define | DENSITY_MIN 5 |
| #define | MAX_INTENSITY 5 |
| #define | NUM_GLYPHS 26 |
| #define | GLYPH_WIDTH 14 |
| #define | GLYPH_HEIGHT 14 |
| #define | SPEED_MAX 10 |
| #define | SPEED_MIN 1 |
| #define | MAXMSG_WIDTH 0x100 |
| #define | MAXMSG_HEIGHT 0x100 |
| #define | MAXMSG_LENGTH 64 |
| #define | MSGSPEED_MAX 500 |
| #define | MSGSPEED_MIN 50 |
| #define | MAX_MESSAGES 16 |
| #define | FONT_MIN 8 |
| #define | FONT_MAX 30 |
Functions | |
| void | LoadSettings () |
| void | SaveSettings () |
| BOOL | ChangePassword (HWND hwnd) |
| BOOL | VerifyPassword (HWND hwnd) |
| BOOL | Configure (HWND hwndParent) |
| BOOL | ScreenSaver (HWND hwndParent) |
| int | crc_rand () |
| #define APPNAME _T("MATRIX ScreenSaver 2.0") |
Definition at line 48 of file password.c.
Referenced by wWinMain().
Definition at line 291 of file config.c.
| int crc_rand | ( | ) |
Definition at line 18 of file matrix.c.
Referenced by CreateMatrix(), DoMatrixMessage(), InitMatrixMessage(), RandomGlyph(), RandomMatrixColumn(), and ScrollMatrixColumn().
| void LoadSettings | ( | ) |
Definition at line 53 of file settings.c.
| void SaveSettings | ( | ) |
Definition at line 115 of file settings.c.
Definition at line 51 of file screensave.c.
Referenced by wWinMain().
Definition at line 12 of file password.c.
Referenced by MatrixWndProc().
|
extern |
Definition at line 22 of file settings.c.
Referenced by ConfigDlgProc(), InitMatrixMessage(), LoadSettings(), SaveSettings(), and UpdatePreview().
|
extern |
Definition at line 21 of file settings.c.
Referenced by ConfigDlgProc(), DoMatrixMessage(), LoadSettings(), and SaveSettings().
|
extern |
Definition at line 23 of file settings.c.
|
extern |
Definition at line 25 of file settings.c.
Referenced by ConfigDlgProc(), SetMatrixMessage(), and SetMessageFont().
|
extern |
|
extern |
Definition at line 19 of file settings.c.
Referenced by ConfigDlgProc(), LoadSettings(), and SaveSettings().
|
extern |
Definition at line 20 of file settings.c.
Referenced by ConfigDlgProc(), InitMatrixMessage(), LoadSettings(), SaveSettings(), and UpdatePreview().
|
extern |
Definition at line 18 of file settings.c.
Referenced by ConfigDlgProc(), LoadSettings(), MatrixWndProc(), and SaveSettings().
|
extern |
Definition at line 15 of file settings.c.
Referenced by ConfigDlgProc(), DoMatrixMessage(), LoadSettings(), MessageSpeed(), and SaveSettings().
|
extern |
Definition at line 14 of file settings.c.
Referenced by ConfigDlgProc(), DoMatrixMessage(), LoadSettings(), and SaveSettings().
|
extern |
Definition at line 16 of file settings.c.
Referenced by ConfigDlgProc(), InitMatrixMessage(), LoadSettings(), SaveSettings(), and UpdatePreview().
|
extern |
Definition at line 13 of file settings.c.
Referenced by ConfigDlgProc(), DoMatrixMessage(), InitMatrixMessage(), LoadSettings(), and SaveSettings().