[Webkit-unassigned] [Bug 139028] [GTK] Enable depth 32 for the RedirectedXCompositeWindow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 9 05:54:37 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139028

--- Comment #13 from Julien Isorce <j.isorce at samsung.com> ---
I add a try and now I remember why I choosed to pass the parent's Window instead of just the visual and depth retrived with gdk_x11_visual_get_xvisual/gdk_visual_get_depth. It is because then you have to deal with the colormap (see initial patch). And it is really anoying to handle it and make the code more complex and also it will probably not handle all corners cases.

So it is cleaner and safer to copy visual and depth from parent (the wording inheriting is a bit of a strech so I'll change the comment). And then reparent it to the root.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141209/71ffc91f/attachment-0002.html>


More information about the webkit-unassigned mailing list