Don't create the Cogl GLib source multiple times
authorOwen W. Taylor <otaylor@fishsoup.net>
Wed, 29 Jun 2016 21:03:46 +0000 (17:03 -0400)
committerRaspbian forward porter <root@raspbian.org>
Sun, 4 Dec 2016 06:26:42 +0000 (06:26 +0000)
commit02be3caa376fcfe2acaafe59fcedb48668f3e1b9
treee283bf63cabf0061f72ea1cd64f5574e3da34f2b
parent91c696bc2f117d231898df6a6c5c97ef3b87262f
Don't create the Cogl GLib source multiple times

Since the check for backend->cogl_context was accidentally moved
to clutter_backend_do_real_create_context, the Glib source that
is created at the end of clutter_backend_do_create_context() is
created and added each time create_context() is called, though
create_context() is supposed to be idempotent.

https://bugzilla.gnome.org/show_bug.cgi?id=768243

Gbp-Pq: Name Don-t-create-the-Cogl-GLib-source-multiple-times.patch
clutter/clutter-backend.c