mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
wintab: Initialize lcOutExtX and Y values.
This commit is contained in:
parent
2de64560fe
commit
235100bb72
@ -536,6 +536,8 @@ BOOL CDECL X11DRV_LoadTabletInfo(HWND hwnddefault)
|
||||
gSysContext.lcSensZ = 65536;
|
||||
gSysContext.lcSysSensX= 65536;
|
||||
gSysContext.lcSysSensY= 65536;
|
||||
gSysContext.lcOutExtX= GetSystemMetrics(SM_CXSCREEN);
|
||||
gSysContext.lcOutExtY= GetSystemMetrics(SM_CYSCREEN);
|
||||
|
||||
/* initialize cursors */
|
||||
disable_system_cursors();
|
||||
|
Loading…
Reference in New Issue
Block a user