Update of /cvsroot/pure-data/externals/miXed/shared/hammer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29556/shared/hammer
Modified Files: gui.c Log Message: cyclone alpha55 (see notes.txt for cyclone and shared)
Index: gui.c =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/shared/hammer/gui.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** gui.c 10 Dec 2004 20:47:03 -0000 1.5 --- gui.c 21 Nov 2005 22:16:37 -0000 1.6 *************** *** 5,8 **** --- 5,12 ---- /* FIXME use guiconnect */
+ /* LATER revisit tracking the mouse state within the focusless pd-gui + (event bindings are local only in tk8.4, and there is no other call + to XQueryPointer() but from winfo pointer). */ + #include <stdio.h> #include <string.h>