wintab: Initialize lcOutExtX and Y values.

This commit is contained in:
Eriks Dobelis 2014-03-20 16:18:17 +02:00 committed by Alexandre Julliard
parent 2de64560fe
commit 235100bb72

View file

@ -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();