Skip to content

Fix a couple of runtime warnings

Jonas Ådahl requested to merge jadahl/mutter:wip/fix-runtime-warnings into master

Two warnings I spotted are fixed by this MR:

GL error (1281): Invalid value

and

clutter_actor_set_reactive: assertion 'CLUTTER_IS_ACTOR (actor)' failed

Merge request reports