18 Feb
2026
18 Feb
'26
4:39 p.m.
On Wed Feb 18 16:39:51 2026 +0000, Rémi Bernon wrote:
Why doesn't the window get activated when being mapped? This should be the case unless we request it not to be, because of SWP_NOACTIVATE, in which case it probably shouldn't anyway? Activated where? Isn't that what set_net_active_window is supposed to do?
The problem is that the pending state is supposed to represent a pending operation we already did, right? But we never did it, because we skipped it (and just did a XNoOp instead), so exiting early in such case doesn't make sense. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10133#note_129909