https://bugs.kde.org/show_bug.cgi?id=500450
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INTENTIONAL Status|CONFIRMED |RESOLVED --- Comment #3 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- glxgears doesn't opt in into the _NET_WM_SYNC_REQUEST protocol, so it likely processes resize events one by one. I suggest to add support for _NET_WM_SYNC_REQUEST in your app. It'd reduce the number of ConfigureNotify events and it can also reduce the number of visual glitches during interactive resize. -- You are receiving this mail because: You are watching all bug changes.