http://bugs.winehq.org/show_bug.cgi?id=35718
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #48193|0 |1 is obsolete| |
--- Comment #61 from Ken Thomases ken@codeweavers.com --- Created attachment 48503 --> http://bugs.winehq.org/attachment.cgi?id=48503 Rebased implementation of WGL_WINE_surface extension
(In reply to Christoph Korn from comment #59)
The patch does not apply cleanly on current master any longer.
There is a merge conflict in dlls/winex11.drv/opengl.c
I have attached a new version of the patch. It applies to current git. It also fixes some problems found by you guys testing. Thanks!
It also has minor improvements to management of the full-screen window. Switching focus to that window should be more reliable. That window will reposition itself more promptly on a resolution change. It has a title and icon to match the normal app window (which is still also present; that will eventually be fixed).
There's also a new feature for those of you using a compositing window manager under X11. The full-screen window requests to bypass the compositor, which may improve performance.
Sadly, this work has hit a bump in the road on the way to getting into Wine. Alexandre is doubtful that the design is right. So, it may be some time before it gets accepted.