summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2008-06-25 22:37:29 +0000
committeroga <oga>2008-06-25 22:37:29 +0000
commit2dfd021f8bd4298624d10b18969e52032a198a6a (patch)
treebd39aa0bdcf25d0953323f32cf1cdda117fd7bb5 /calmwm.h
parent77058c59e296434dc2ba1f39e27f64630b12f656 (diff)
downloadcwm-2dfd021f8bd4298624d10b18969e52032a198a6a.tar.gz
cwm-2dfd021f8bd4298624d10b18969e52032a198a6a.tar.xz
cwm-2dfd021f8bd4298624d10b18969e52032a198a6a.zip
Actually grab the correct mouse buttons for a window, instead of doing the
old hardcoded ones (which now can be wrong).

tested by todd@ and johan@.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 33b4949..0432817 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -424,6 +424,7 @@ void			 conf_bindname(struct conf *, char *, char *);
 void			 conf_unbind(struct conf *, struct keybinding *);
 void			 conf_mousebind(struct conf *, char *, char *);
 void			 conf_mouseunbind(struct conf *, struct mousebinding *);
+void			 conf_grab_mouse(struct client_ctx *);
 int			 conf_changed(char *);
 void			 conf_reload(struct conf *);
 void			 conf_font(struct conf *);