[Bug 20865] Steam login window jumps around the screen when moved

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 5 12:15:40 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=20865


Vincent Povirk <madewokherd at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|-unknown                    |winex11.drv




--- Comment #14 from Vincent Povirk <madewokherd at gmail.com>  2010-06-05 12:15:39 ---
If we could defer ConfigureNotify processing until we know the window manager
has processed any configure requests we've made, that would probably solve this
bug. However, the X protocol gives us no way to figure that out.

If we could send some sort of request to the window manager that we can be sure
it will respond to, we could do that after making any configure requests. When
we get the reply, we'd know the window manager has processed the configure
request.

We could abuse _NET_REQUEST_FRAME_EXTENTS for this purpose, if the window
manager supports it.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list