diff options
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" |