Lucas Zawacki <[email protected]> writes: > From: Lucas Zawacki <[email protected]> > > 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 [email protected]
