13 Aug
2012
13 Aug
'12
3:27 p.m.
Lucas Zawacki <lfzawacki(a)gmail.com> writes:
From: Lucas Zawacki <lfzawacki(a)gmail.com>
Fixes bug #31316
joy.cpl uses CreateWindow and SetWindowPos to draw some elements and the hardcoded coordinates where wrong when the dpi was set to anything bigger than 96px in winecfg. My approach to solve is normalize the coordinates based on the dialog window size.
You probably want to use MapDialogRect instead. -- Alexandre Julliard julliard(a)winehq.org