• Erwan Tulou's avatar
    xcb: fix resizing failing to succeed sometimes · 6862cff0
    Erwan Tulou authored
    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.
    6862cff0
events.c 6.97 KB