ReactOS 0.4.15-dev-8621-g4b051b9
|
Go to the source code of this file.
Macros | |
#define | RANDOM_COLOR (rand () % 256) |
#define | APPNAME _T("Circles") |
#define | APP_TIMER 1 |
#define | APP_TIMER_INTERVAL 100 |
#define | MAX_CIRCLES 50 |
Functions | |
LRESULT WINAPI | ScreenSaverProc (HWND hwnd, UINT iMsg, WPARAM wparam, LPARAM lparam) |
BOOL WINAPI | ScreenSaverConfigureDialog (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
BOOL WINAPI | RegisterDialogClasses (HANDLE hInst) |
Variables | |
int | circlesCount |
int | width |
int | x |
int | y |
Definition at line 34 of file circles.c.
int circlesCount |
Definition at line 31 of file circles.c.
Referenced by ScreenSaverProc().