On ArchLinux kde plasma + x11, I noticed that if you call setSize, then poll for events, a Resized event gets polled.
I was just curious if it is guaranteed that this will happen. I'm pretty sure it's a side-effect of the event being propagated from the underlying API (window's API, x11, etc...). Is there some sense of guarantee this will happen?