diff options
author | okan <okan> | 2008-07-11 15:18:29 +0000 |
---|---|---|
committer | okan <okan> | 2008-07-11 15:18:29 +0000 |
commit | 6ea4b1bd3b3f6106a61e4fbb98a267f86a32261f (patch) | |
tree | e459581324620e4da3537abd0dc610d6200beb42 /calmwm.h | |
parent | 8be175b175f04c4c16ec4be63bab6b1d2b0ebbfd (diff) | |
download | cwm-6ea4b1bd3b3f6106a61e4fbb98a267f86a32261f.tar.gz cwm-6ea4b1bd3b3f6106a61e4fbb98a267f86a32261f.tar.xz cwm-6ea4b1bd3b3f6106a61e4fbb98a267f86a32261f.zip |
no more hidden (and mysterious) config reloads and allow binding a key
to a config reload; CMS-r by default. ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h index 3f82c70..abdc84a 100644 --- a/calmwm.h +++ b/calmwm.h @@ -425,7 +425,6 @@ 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 *); @@ -444,6 +443,7 @@ void kbfunc_client_nogroup(struct client_ctx *, void *); void kbfunc_client_grouptoggle(struct client_ctx *, void *); void kbfunc_client_maximize(struct client_ctx *, void *); void kbfunc_client_vmaximize(struct client_ctx *, void *); +void kbfunc_reload(struct client_ctx *, void *); void kbfunc_quit_wm(struct client_ctx *, void *); void kbfunc_moveresize(struct client_ctx *, void *); void kbfunc_menu_search(struct client_ctx *, void *); |