Skip to content
Snippets Groups Projects
Commit 6637211e authored by Olivier Fourdan's avatar Olivier Fourdan :tools: Committed by Olivier Fourdan
Browse files

client: Really send synthetic configure notify

Commit 821ee7cc would not actually send the synthetic configure notify
events anymore. That obviously breaks plenty of applications…

While the logic of the commit itself is sound, the problem is that it
bases the descision to send the configure notify event by comparing
against the current window size and location.

The problem is that the current window size and location is modified in
various places, defeating the logic.

Add an “applied_geometry” rectangle that we update only in a single
place in the code, so that we know exactly when to send a synthetic
configure notify event.

Closes: xfce/xfwm4#403


Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
parent 6c712173
No related branches found
No related tags found
1 merge request!4Fix issue #403
Pipeline #1330 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment