Remove simple uses of ClutterRectangle

https://bugzilla.gnome.org/show_bug.cgi?id=699975
This commit is contained in:
Jasper St. Pierre
2013-05-08 21:53:20 -04:00
parent 9c839cdc70
commit db89648f62
5 changed files with 10 additions and 10 deletions

View File

@ -936,7 +936,7 @@ const Workspace = new Lang.Class({
this.actor.add_style_class_name('external-monitor');
this.actor.set_size(0, 0);
this._dropRect = new Clutter.Rectangle({ opacity: 0 });
this._dropRect = new Clutter.Actor({ opacity: 0 });
this._dropRect._delegate = this;
this.actor.add_actor(this._dropRect);