xcb: fix resizing failing to succeed sometimes
The vout window provider may issue a series of several resize events in a row. (e.g a user switching back and forth between two layouts in skins2) Some events may then be wrongly discarded by xcb based on a check that doesn't represent the latest situation. The new design actually can accept all resizing events, and only processes the last event of a series of events detected by xcb. No filtering is needed in xcb.
Showing
Please register or sign in to comment