http://bugs.winehq.org/show_bug.cgi?id=12431
--- Comment #52 from Mark Tiefenbruck mark@fluxbox.org 2008-06-24 06:13:42 --- It's not a bad idea to fix the bug on both sides of the issue, so that people using broken window managers still don't see it. You shouldn't specify a position for a window that you don't want to move. ConfigureNotify events are really poorly explained in the ICCCM, and you'll save yourself a world of problems by not generating them spuriously (not to mention some execution speed from avoiding round trips to the X server).