mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
- consider DragFullWindows-value from Registry
svn path=/trunk/; revision=43269
This commit is contained in:
parent
f501c2bcb5
commit
88b8d24b6f
1 changed files with 3 additions and 0 deletions
|
@ -213,6 +213,9 @@ SpiUpdatePerUserSystemParameters()
|
|||
gspv.im.iTitleWrap = SpiLoadMetric(L"IconTitleWrap", 0);
|
||||
SpiLoadFont(&gspv.im.lfFont, L"IconFont", &lf1);
|
||||
|
||||
/* Load desktop settings */
|
||||
gspv.bDragFullWindows = SpiLoadInt(KEY_DESKTOP, VAL_DRAG, 0);
|
||||
|
||||
/* Some hardcoded values for now */
|
||||
gspv.tmCaptionFont.tmAveCharWidth = 6;
|
||||
gspv.bBeep = TRUE;
|
||||
|
|
Loading…
Reference in a new issue