Skip to content

Fix qt wierdness

Jonas Ådahl requested to merge jadahl/mutter:wip/fix-qt-wierdness into gnome-3-38

The first avoids a crash by g_return_if_fail() and a return with the same condition, and the other imitates undefined behavior Qt relies on to not behave badly.

Merge request reports