- reenable KeyboardCues-value

svn path=/trunk/; revision=44674
This commit is contained in:
Matthias Kupfer 2009-12-20 18:45:49 +00:00
parent bd09226085
commit 14b73017ae

View file

@ -143,7 +143,7 @@ LoadCurrentTheme(GLOBALS* g)
SystemParametersInfoW(SPI_GETDRAGFULLWINDOWS, 0, &g->Theme.Effects.bDragFullWindows, 0);
/* "Hide underlined letters for keyboard navigation until I press the Alt key" */
//SystemParametersInfo(SPI_GETKEYBOARDCUES, sizeof(BOOL), &g->Theme.Effects.bKeyboardCues, 0);
SystemParametersInfo(SPI_GETKEYBOARDCUES, 0, &g->Theme.Effects.bKeyboardCues, 0);
}