Home
last modified time | relevance | path

Searched refs:MSGSPEED_MIN (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/screensavers/matrix/
H A Dmessage.c143 return (MSGSPEED_MAX-MSGSPEED_MIN) - (g_nMessageSpeed-MSGSPEED_MIN) + MSGSPEED_MIN; in MessageSpeed()
184 int w = (g_nMessageSpeed - MSGSPEED_MIN); in DoMatrixMessage()
241 msg->counter = -(int)(crc_rand() % MSGSPEED_MIN + MSGSPEED_MIN); in InitMatrixMessage()
H A Dglobals.h28 #define MSGSPEED_MIN 50 macro
H A Dconfig.c83 SendDlgItemMessage(hwnd, IDC_SLIDER3, TBM_SETRANGE, 0, MAKELONG(MSGSPEED_MIN, MSGSPEED_MAX)); in ConfigDlgProc()
239 if(val >= MSGSPEED_MIN && val <= MSGSPEED_MAX) in ConfigDlgProc()
H A Dsettings.c46 if(value >= MSGSPEED_MIN && value <= MSGSPEED_MAX) in LoadSettings()