[seed] ClutterPad: Stage default bg color is black
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] ClutterPad: Stage default bg color is black
- Date: Wed, 13 May 2009 17:16:16 -0400 (EDT)
commit c0a34285933bb02785a1afea49ba3df805d2270d
Author: Tim Horton <hortont svn gnome org>
Date: Wed May 13 17:15:52 2009 -0400
ClutterPad: Stage default bg color is black
---
.../clutter-pad/examples/animated-rectangle.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/examples/clutter-pad/examples/animated-rectangle.js b/examples/clutter-pad/examples/animated-rectangle.js
index 29aa37b..8b952fc 100644
--- a/examples/clutter-pad/examples/animated-rectangle.js
+++ b/examples/clutter-pad/examples/animated-rectangle.js
@@ -1,7 +1,6 @@
GObject = imports.gi.GObject;
Clutter = imports.gi.Clutter;
stage = Clutter.Stage.get_default();
-stage.color = {alpha: 255};
rect = new Clutter.Rectangle();
rect.color = {red: 255, alpha: 255};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]