Home
last modified time | relevance | path

Searched refs:CoolSwitchColumns (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/user/user32/controls/
H A Dappswitch.c68 int CoolSwitchColumns = 7; variable
78 CoolSwitchColumns = 7; in LoadCoolSwitchSettings()
84 TRACE("CoolSwitchColumns: %d\n", CoolSwitchColumns); in LoadCoolSwitchSettings()
345 if (nItems < CoolSwitchColumns) in OnPaint()
437 nCols = CoolSwitchColumns; in PrepareWindow()
438 nRows = (nItems + CoolSwitchColumns - 1) / CoolSwitchColumns; in PrepareWindow()
/reactos/boot/bootdata/
H A Dhivedef.inf54 HKCU,"Control Panel\Desktop","CoolSwitchColumns",2,"7"