summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-04-17 13:30:38 +0000
committerokan <okan>2013-04-17 13:30:38 +0000
commita899d267fe78dbbb923c8626528973f8e6b65bae (patch)
treec9c175c57a3b85240576fcdb08e3e00bc6c9d75e /calmwm.h
parent16ed8bf8e4f561049b732b326f3d0ee475fe13f6 (diff)
downloadcwm-a899d267fe78dbbb923c8626528973f8e6b65bae.tar.gz
cwm-a899d267fe78dbbb923c8626528973f8e6b65bae.tar.xz
cwm-a899d267fe78dbbb923c8626528973f8e6b65bae.zip
add conf_ignore and move group_make_autogroup to conf_autogroup to match.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 6f39aeb..5166984 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -352,7 +352,6 @@ void			 group_client_delete(struct client_ctx *);
 void			 group_cycle(struct screen_ctx *, int);
 void			 group_hidetoggle(struct screen_ctx *, int);
 void			 group_init(struct screen_ctx *);
-void			 group_make_autogroup(struct conf *, char *, int);
 void			 group_menu(XButtonEvent *);
 void			 group_movetogroup(struct client_ctx *, int);
 void			 group_only(struct screen_ctx *, int);
@@ -436,6 +435,7 @@ 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_clear(struct conf *);
 void			 conf_client(struct client_ctx *);
@@ -446,6 +446,7 @@ void			 conf_gap(struct conf *, struct screen_ctx *);
 void			 conf_grab(struct conf *, struct keybinding *);
 void			 conf_grab_mouse(struct client_ctx *);
 void			 conf_init(struct conf *);
+void			 conf_ignore(struct conf *, char *);
 void			 conf_mousebind(struct conf *, char *, char *);
 void			 conf_ungrab(struct conf *, struct keybinding *);