aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorkspillner2015-05-17 04:34:01 +0000
committerkspillner2015-05-17 04:34:01 +0000
commitb7b7dc027b02665ffd0e32ed1ab04dbfa98b0a02 (patch)
tree77c4db19d45bb3ced8c303e4762bd90497f573e3 /calmwm.h
parent9a3c4b4f5a635f085257c5361bfa1de075afd6c0 (diff)
downloadcwm-b7b7dc027b02665ffd0e32ed1ab04dbfa98b0a02.tar.gz
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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 748db69..4b188aa 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.286 2015/03/28 23:12:47 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.287 2015/05/17 04:34:01 kspillner Exp $
*/
#ifndef _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 *,