Commit 235100bb authored by Eriks Dobelis's avatar Eriks Dobelis Committed by Alexandre Julliard

wintab: Initialize lcOutExtX and Y values.

parent 2de64560
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment