ReactOS 0.4.16-dev-973-g9a0ff8b
|
#include <stdlib.h>
#include <windows.h>
#include <tchar.h>
#include "globals.h"
#include "message.h"
#include "matrix.h"
Go to the source code of this file.
Functions | |
void | LoadSettings () |
void | SaveSettings () |
Variables | |
TCHAR | g_szMessages [MAX_MESSAGES][MAXMSG_LENGTH] |
int | g_nNumMessages = 0 |
int | g_nMessageSpeed = 5 |
TCHAR | g_szFontName [512] = _T("Arial") |
int | g_nMatrixSpeed = 10 |
int | g_nDensity = 32 |
int | g_nFontSize = 12 |
BOOL | g_fRandomizeMessages = FALSE |
BOOL | g_fFontBold = TRUE |
BOOL | g_fScreenSaving = FALSE |
HFONT | g_hFont |
Definition at line 27 of file settings.c.
Definition at line 103 of file settings.c.
Definition at line 22 of file settings.c.
Referenced by ConfigDlgProc(), InitMatrixMessage(), LoadSettings(), SaveSettings(), and UpdatePreview().
Definition at line 21 of file settings.c.
Referenced by ConfigDlgProc(), DoMatrixMessage(), LoadSettings(), and SaveSettings().
Definition at line 23 of file settings.c.
HFONT g_hFont |
Definition at line 25 of file settings.c.
Referenced by ConfigDlgProc(), SetMatrixMessage(), and SetMessageFont().
int g_nDensity = 32 |
Definition at line 19 of file settings.c.
Referenced by ConfigDlgProc(), LoadSettings(), and SaveSettings().
int g_nFontSize = 12 |
Definition at line 20 of file settings.c.
Referenced by ConfigDlgProc(), InitMatrixMessage(), LoadSettings(), SaveSettings(), and UpdatePreview().
int g_nMatrixSpeed = 10 |
Definition at line 18 of file settings.c.
Referenced by ConfigDlgProc(), LoadSettings(), MatrixWndProc(), and SaveSettings().
int g_nMessageSpeed = 5 |
Definition at line 15 of file settings.c.
Referenced by ConfigDlgProc(), DoMatrixMessage(), LoadSettings(), MessageSpeed(), and SaveSettings().
int g_nNumMessages = 0 |
Definition at line 14 of file settings.c.
Referenced by ConfigDlgProc(), DoMatrixMessage(), LoadSettings(), and SaveSettings().
Definition at line 16 of file settings.c.
Referenced by ConfigDlgProc(), InitMatrixMessage(), LoadSettings(), SaveSettings(), and UpdatePreview().
TCHAR g_szMessages[MAX_MESSAGES][MAXMSG_LENGTH] |
Definition at line 13 of file settings.c.
Referenced by ConfigDlgProc(), DoMatrixMessage(), InitMatrixMessage(), LoadSettings(), and SaveSettings().