[seed] [clutter-pad] Update spring example to recent Clutter API changes
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] [clutter-pad] Update spring example to recent Clutter API changes
- Date: Thu, 2 Jul 2009 09:08:08 +0000 (UTC)
commit 2a96d5fc390899e4bad0401fa6aed4c30938ad44
Author: Tim Horton <hortont424 gmail com>
Date: Thu Jul 2 05:07:38 2009 -0400
[clutter-pad] Update spring example to recent Clutter API changes
examples/clutter-pad/examples/spring.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/examples/clutter-pad/examples/spring.js b/examples/clutter-pad/examples/spring.js
index b28327a..a1b1489 100644
--- a/examples/clutter-pad/examples/spring.js
+++ b/examples/clutter-pad/examples/spring.js
@@ -1,8 +1,6 @@
Clutter = imports.gi.Clutter;
stage = Clutter.Stage.get_default();
-Clutter.set_motion_events_frequency(60);
-
var vs = 0, as = 0, f = 0, dragging = false;
var spring = new Clutter.Rectangle();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]