aboutsummaryrefslogtreecommitdiff
path: root/core/screendimens.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-10-26 08:22:12 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-10-26 08:22:12 +0000
commit204cb1b74aeec62614a3de516ab67779618e9a36 (patch)
treeb1d404adb3d313e3ed6a8410fbcf6b9f79faf83f /core/screendimens.pd
parent2ded32118bbf25d3bdaa95acded1fffe22be2329 (diff)
continued reorg
svn path=/trunk/abstractions/sfruit/; revision=10349
Diffstat (limited to 'core/screendimens.pd')
-rw-r--r--core/screendimens.pd19
1 files changed, 0 insertions, 19 deletions
diff --git a/core/screendimens.pd b/core/screendimens.pd
deleted file mode 100644
index 33c7f38..0000000
--- a/core/screendimens.pd
+++ /dev/null
@@ -1,19 +0,0 @@
-#N canvas 880 47 296 242 10;
-#X declare -lib toxy;
-#X msg 56 87 query winfo screenwidth .;
-#X obj 56 164 pack f f;
-#X msg 101 109 query winfo screenheight .;
-#X obj 56 59 t b b;
-#X obj 56 35 inlet;
-#X obj 56 190 outlet;
-#X obj 101 131 tot .;
-#X obj 56 109 tot .;
-#X obj 139 35 import toxy;
-#X connect 0 0 7 0;
-#X connect 1 0 5 0;
-#X connect 2 0 6 0;
-#X connect 3 0 0 0;
-#X connect 3 1 2 0;
-#X connect 4 0 3 0;
-#X connect 6 0 1 1;
-#X connect 7 0 1 0;