Skip to content

xwayland: Don't queue frame callbacks when role assigned

Jonas Ådahl requested to merge jadahl/mutter:wip/xwayland-assigned into master

'xwayland: Do not queue frame callbacks unconditionally' changed the frame callback behavior of Xwayland surfaces so that they behave the same way as other actor surfaces (e.g. xdg-shell ones), except for the case when they are initially assigned.

Remove this special casing as well including the now incorrect comment, so that the Xwayland surfaces behave the same as the others in this regard also when assigning.

Edited by Jonas Ådahl

Merge request reports