aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-17 17:11:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-17 17:11:34 +0000
commit2c9825292750fcea7fe726aae07b6043550a18e5 (patch)
tree95b01acf555df18f46b7376ddd4d492c93ee9f64
parent547c1eac6a563ff07d92568e07e080df266427e8 (diff)
merged relevant changes from Pd-extended 0.42
svn path=/trunk/externals/hcs/; revision=14153
-rw-r--r--examples/changing_the_colors.pd1
-rw-r--r--examples/move_pd_window.pd1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/changing_the_colors.pd b/examples/changing_the_colors.pd
index 7ef2cba..26a0b6a 100644
--- a/examples/changing_the_colors.pd
+++ b/examples/changing_the_colors.pd
@@ -1,4 +1,5 @@
#N canvas 231 465 735 462 10;
+#X declare -path ..;
#X obj 133 416 hcs/sys_gui;
#X msg 39 15 set canvas_fill green;
#N canvas 0 22 492 479 default 0;
diff --git a/examples/move_pd_window.pd b/examples/move_pd_window.pd
index 013803c..234f961 100644
--- a/examples/move_pd_window.pd
+++ b/examples/move_pd_window.pd
@@ -1,4 +1,5 @@
#N canvas 532 145 637 496 10;
+#X declare -path ..;
#X symbolatom 247 208 0 0 0 0 - - -;
#X obj 232 155 pack 0 0;
#X text 72 -108 move the Pd window around;