MSVCRT, OpenGL bugs to look at (and a WM rewrite regression?)

Lionel Ulmer lionel.ulmer at free.fr
Thu Dec 23 08:16:16 CST 2004


On Thu, Dec 23, 2004 at 01:14:17PM +0000, Mike Hearn wrote:
> Atoms set on the window should be process scoped not global. I think
> this is something for Alexandre to look at.

Well, after some more additional TRACEs, it's not an atom problem after
all... It's just that the HWND for the desktop window is the same for both
processes (which is normal) but that means that the second process just
overwrites the 'whole_window' atom for the 'common' desktop window and
corrupts it for the first process started.

So I do not have an easy fix in mind except the merging of the various
'winedesktop' work that was done some time ago to have only one X11 window.

      Lionel

-- 
		 Lionel Ulmer - http://www.bbrox.org/



More information about the wine-devel mailing list