Home
last modified time | relevance | path

Searched refs:gspv (Results 1 – 11 of 11) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dsysparams.c17 SPIVALUES gspv; variable
198 gspv.ncm.iCaptionWidth = max(gspv.ncm.iCaptionWidth, 8); in SpiFixupValues()
199 gspv.ncm.iBorderWidth = max(gspv.ncm.iBorderWidth, 1); in SpiFixupValues()
200 gspv.ncm.iScrollWidth = max(gspv.ncm.iScrollWidth, 8); in SpiFixupValues()
201 gspv.ncm.iScrollHeight = max(gspv.ncm.iScrollHeight, 8); in SpiFixupValues()
206 if (gspv.iDblClickTime == 0) gspv.iDblClickTime = 500; in SpiFixupValues()
244 RtlZeroMemory(&gspv, sizeof(gspv)); in SpiUpdatePerUserSystemParameters()
678 gspv.ustrWallpaper.Buffer = gspv.awcWallpaper; in SpiSetWallpaper()
1015 gspv.mm.iWidth = max(0, gspv.mm.iWidth); in SpiGetSet()
1016 gspv.mm.iHorzGap = max(0, gspv.mm.iHorzGap); in SpiGetSet()
[all …]
H A Dmetric.c88 piSysMet[SM_CYSMSIZE] = gspv.ncm.iSmCaptionHeight; // 14; in InitMetrics()
105gspv.ncm.iCaptionWidth, piSysMet[SM_CYSIZE],piSysMet[SM_CXFRAME], gspv.tmCaptionFont.tmAveCharWidt… in InitMetrics()
117 piSysMet[SM_CXMINIMIZED] = gspv.mm.iWidth + 6; in InitMetrics()
127 piSysMet[SM_CXVSCROLL] = gspv.ncm.iScrollWidth; // 16; in InitMetrics()
131 piSysMet[SM_CYVSCROLL] = gspv.ncm.iScrollHeight; // 16 in InitMetrics()
145 piSysMet[SM_ARRANGE] = gspv.mm.iArrange; // 8; in InitMetrics()
149 piSysMet[SM_MENUDROPALIGNMENT] = gspv.bMenuDropAlign; in InitMetrics()
160 piSysMet[SM_SWAPBUTTON] = gspv.bMouseBtnSwap ? 1 : 0; in InitMetrics()
161 piSysMet[SM_CXDOUBLECLK] = gspv.iDblClickWidth; in InitMetrics()
162 piSysMet[SM_CYDOUBLECLK] = gspv.iDblClickHeight; in InitMetrics()
[all …]
H A Ddesktop.c1882 if (gspv.hbmWallpaper != NULL) in IntPaintDesktop()
1893 if (gspv.WallpaperMode == wmFit || in IntPaintDesktop()
1894 gspv.WallpaperMode == wmFill) in IntPaintDesktop()
1899 if ((sz.cx * gspv.cyWallpaper) > (sz.cy * gspv.cxWallpaper)) in IntPaintDesktop()
1929 if (gspv.WallpaperMode == wmFill) in IntPaintDesktop()
1940 gspv.WallpaperMode == wmTile || in IntPaintDesktop()
1941 gspv.WallpaperMode == wmFill) in IntPaintDesktop()
1946 else if (gspv.WallpaperMode == wmFit) in IntPaintDesktop()
2057 gspv.cxWallpaper, in IntPaintDesktop()
2058 gspv.cyWallpaper, in IntPaintDesktop()
[all …]
H A Dmouse.c142 if (!gspv.bMouseBtnSwap) in IntFixMouseInputButtons()
462 … pDesk->dwMouseHoverTime = gspv.iMouseHoverTime; // use the system default hover time-out. in IntTrackMouseEvent()
471 point.x - gspv.iMouseHoverWidth / 2, in IntTrackMouseEvent()
472 point.y - gspv.iMouseHoverHeight / 2, in IntTrackMouseEvent()
473 point.x + gspv.iMouseHoverWidth / 2, in IntTrackMouseEvent()
474 point.y + gspv.iMouseHoverHeight / 2); in IntTrackMouseEvent()
H A Dsysparams.h191 extern SPIVALUES gspv;
195 #define SPITESTPREF(x) (gspv.dwUserPrefMask & x ? 1 : 0)
H A Dinput.c52 if (gspv.iScrSaverTimeout > 0) // Zero means Off. in DoTheScreenSaver()
56 TO = 1000 * gspv.iScrSaverTimeout; in DoTheScreenSaver()
59 TRACE("Screensaver Message Start! Tick %lu Timeout %d \n", Test, gspv.iScrSaverTimeout); in DoTheScreenSaver()
H A Dsimplecall.c245 Result = gspv.bMouseBtnSwap; in NtUserCallOneParam()
246 gspv.bMouseBtnSwap = Param ? TRUE : FALSE; in NtUserCallOneParam()
247 gpsi->aiSysMet[SM_SWAPBUTTON] = gspv.bMouseBtnSwap; in NtUserCallOneParam()
H A Dmsgqueue.c342 if (gspv.bMouseBtnSwap) in MsqGetDownKeyState()
1465 msg->pt.x - gspv.iMouseHoverWidth / 2, in IntTrackMouseMove()
1466 msg->pt.y - gspv.iMouseHoverHeight / 2, in IntTrackMouseMove()
1467 msg->pt.x + gspv.iMouseHoverWidth / 2, in IntTrackMouseMove()
1468 msg->pt.y + gspv.iMouseHoverHeight / 2); in IntTrackMouseMove()
1594 ((msg->time - clk_msg.time) < (ULONG)gspv.iDblClickTime) && in co_IntProcessMouseMessage()
1631 if (gspv.bMouseClickLock) in co_IntProcessMouseMessage()
1637 IsClkLck = ((msg->time - CurInfo->ClickLockTime) >= gspv.dwMouseClickLockTime); in co_IntProcessMouseMessage()
H A Dmisc.c396 Result = gspv.iDblClickTime; in NtUserGetDoubleClickTime()
H A Ddefwnd.c296 gspv.dwForegroundFlashCount, in DefWndHandleSetCursor()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c2657 if (!gspv.bFontSmoothing) in IntGetFontRenderMode()
2659 if (!gspv.uiFontSmoothingType) in IntGetFontRenderMode()