[Bug 29871] drawing in photoshop cs5 is almost impossible

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 20 21:19:19 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=29871

--- Comment #78 from Chituc Georgian <dianaxxyyzz at gmail.com> ---
-----------------------------
Override redirect

Using override redirect is a kind of bazooka with bad side effects, and not at
all a good idea if your goal is just to center a window.

If you set the override redirect flag when creating a window, then the window
manager won't manage its size, position, stacking order, decorations, or map
state (the window manager's redirection of ConfigureRequest and MapRequest is
overridden).

This is a really bad idea for anything the user would think of as a window.
It's usually used for tooltips and popup menus. If you set override redirect on
a window, then all the normal window management UI will be broken, the stacking
order will end up basically random (the window will tend to get stuck on top or
on bottom, or worse get in an infinite-loop restack fight with another client).

----------------------------
If it is good just for tool tips and popup menus , why in photoshop wine give
it to a real window ?

-- 
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