[PD] patching pd.tk after upgrading to tcl/tk 8.4

Krzysztof Czaja czaja at chopin.edu.pl
Thu May 29 16:02:20 CEST 2003


hi again,

I am sorry, but it is better to make just this single change:

--- pd.tk~	2003-04-06 03:35:29.000000000 +0200
+++ pd.tk	2003-05-29 15:52:16.000000000 +0200
@@ -911,7 +911,7 @@
      bind $name.c <KeyRelease> {pdtk_canvas_keyup %W %K %A}
      bind $name.c <Motion> {pdtk_canvas_motion %W %x %y 0}
      bind $name.c <Alt-Motion> {pdtk_canvas_motion %W %x %y 4}
-    bind $name.c <Map> {pdtk_canvas_map %W %s}
+    bind $name.c <Map> {pdtk_canvas_map %W 0}

In fact, the previous diff, while based on common sense, did not
handle switching virtual desktops, nor minimizing... to hell with
common sense...

Krzysztof





More information about the Pd-list mailing list