about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-07-08 16:32:51 +0000
committerokan <okan>2013-07-08 16:32:51 +0000
commita49373406607e71601ac062c0a75ad36219065e2 (patch)
treecec8a9df39eebeccce622c49287c74040298f3c2 /calmwm.h
parent912ec90ea1f6e25b33a2bb0d6d7a1138622bd099 (diff)
downloadcwm-a49373406607e71601ac062c0a75ad36219065e2.tar.gz
cwm-a49373406607e71601ac062c0a75ad36219065e2.tar.xz
cwm-a49373406607e71601ac062c0a75ad36219065e2.zip
clarify kbd vs mouse functions
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index caf1808..0f74a87 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -443,7 +443,8 @@ void			 menuq_clear(struct menu_q *);
 int			 parse_config(const char *, struct conf *);
 
 void			 conf_autogroup(struct conf *, int, char *);
-void			 conf_bindname(struct conf *, char *, char *);
+void			 conf_bind_kbd(struct conf *, char *, char *);
+int			 conf_bind_mouse(struct conf *, char *, char *);
 void			 conf_clear(struct conf *);
 void			 conf_client(struct client_ctx *);
 void			 conf_cmd_add(struct conf *, char *, char *);
@@ -452,7 +453,6 @@ void			 conf_grab_kbd(Window);
 void			 conf_grab_mouse(Window);
 void			 conf_init(struct conf *);
 void			 conf_ignore(struct conf *, char *);
-int			 conf_mousebind(struct conf *, char *, char *);
 void			 conf_screen(struct screen_ctx *);
 
 void			 xev_loop(void);