Skip to content

Don't complain on window stack races

From the main commit:

stack-tracker: Don't log warnings on race conditions

X11 window stacking operations are by nature prone to race conditions. For example, we might queue a "raise above" operation, but before it actually takes place, the sibling the window was to be rased above, is withdrawn.

In these cases we'd log warnings even though they are expected to happen. Downgrade these warnings to debug messages, only printed when MUTTER_VERBOSE is set.

Merge request reports