summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorkspillner <kspillner>2015-05-17 04:34:01 +0000
committerkspillner <kspillner>2015-05-17 04:34:01 +0000
commitd328f63c7dfe14507eb4f6f8c7c8ae1594b12dcd (patch)
tree7c38b5b27fa5826e8dbed9235e28ebeb12316ee4 /calmwm.h
parent557cd382dcd973fd96605c3359e3d6dfa45a4fd9 (diff)
downloadcwm-d328f63c7dfe14507eb4f6f8c7c8ae1594b12dcd.tar.gz
cwm-d328f63c7dfe14507eb4f6f8c7c8ae1594b12dcd.tar.xz
cwm-d328f63c7dfe14507eb4f6f8c7c8ae1594b12dcd.zip
Make window name and window class separate parameters to conf_autogroup.
No functional change, but will be used shortly.

ok okan@
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 fd4b554..e8374ba 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -500,7 +500,8 @@ void			 menuq_clear(struct menu_q *);
 int			 parse_config(const char *, struct conf *);
 
 void			 conf_atoms(void);
-void			 conf_autogroup(struct conf *, int, const char *);
+void			 conf_autogroup(struct conf *, int, const char *,
+			     const char *);
 int			 conf_bind_kbd(struct conf *, const char *,
     			     const char *);
 int			 conf_bind_mouse(struct conf *, const char *,