diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2005-11-21 22:16:37 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2005-11-21 22:16:37 +0000 |
commit | c2014a0a771e621cec552c6ee88daddcb46d13fe (patch) | |
tree | 183540090b25920599d86cddfa03e37cefe45dec /shared/hammer/gui.c | |
parent | a1ef2f36df1754e1146a8ed50c9ac6a1b0f33697 (diff) |
cyclone alpha55 (see notes.txt for cyclone and shared)
svn path=/trunk/externals/miXed/; revision=4011
Diffstat (limited to 'shared/hammer/gui.c')
-rw-r--r-- | shared/hammer/gui.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/hammer/gui.c b/shared/hammer/gui.c index 388b14b..104af3a 100644 --- a/shared/hammer/gui.c +++ b/shared/hammer/gui.c @@ -4,6 +4,10 @@ /* 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> #include "m_pd.h" |