GNOME Bugzilla – Bug 679464
lookingGlass: Don't use a signal callback on 'paint' to draw the border
Last modified: 2012-07-06 02:13:05 UTC
This is a Clutter 2.0 fix. The paint signal is going away in the future.
Created attachment 218116 [details] [review] lookingGlass: Don't use a signal callback on 'paint' to draw the border Instead, use a ClutterEffect, the proper API that has existed for since 1.0. The 'paint' signal will go away for Clutter 2.0.
Review of attachment 218116 [details] [review]: Looks OK to me.
Attachment 218116 [details] pushed as a1837dd - lookingGlass: Don't use a signal callback on 'paint' to draw the border
This marks the first use of gjs gobject inheritance in gnome-shell. Gentlemen, start your debuggers.