summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.h
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2013-04-17 13:30:39 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2013-04-17 13:30:39 +0000
commitc6022341e1c88831dbab2cead62d75cde59663a4 (patch)
tree8f4bc908697ba6a45eaae5f1acb990fb93165e78 /app/cwm/calmwm.h
parente1c9c0b47408549e1c282bda8af23562cdf2c424 (diff)
add conf_ignore and move group_make_autogroup to conf_autogroup to match.
Diffstat (limited to 'app/cwm/calmwm.h')
-rw-r--r--app/cwm/calmwm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h
index ef1c25648..694ec7d98 100644
--- a/app/cwm/calmwm.h
+++ b/app/cwm/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.188 2013/04/14 16:13:17 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.189 2013/04/17 13:30:38 okan Exp $
*/
#ifndef _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 *);