Commit 13243a28 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

winex11/wintab: Set all Device Orientation values.

parent 9d75caf4
......@@ -717,6 +717,11 @@ BOOL CDECL X11DRV_LoadTabletInfo(HWND hwnddefault)
gSysDevice.ORIENTATION[1].axUnits = TU_CIRCLE;
gSysDevice.ORIENTATION[1].axResolution
= CASTFIX32(3600);
gSysDevice.ORIENTATION[2].axMin = 0;
gSysDevice.ORIENTATION[2].axMax = 3600;
gSysDevice.ORIENTATION[2].axUnits = TU_CIRCLE;
gSysDevice.ORIENTATION[2].axResolution
= CASTFIX32(3600);
Axis++;
}
}
......
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