aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2019-03-07 12:54:21 +0000
committerokan2019-03-07 12:54:21 +0000
commit3ac2ad35ec0bf84d329aff3ee68fd551d4e14fc9 (patch)
tree48c7480d23f7b3f7401e82845d7c701b187dd504 /calmwm.h
parent8d725d1cf917b4ce0bea540b9d029ff067a01afd (diff)
downloadcwm-3ac2ad35ec0bf84d329aff3ee68fd551d4e14fc9.tar.gz
shuffle deck chairs: rename group actions to match intent for clarity
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/calmwm.h b/calmwm.h
index 83a3739..b1376d4 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.368 2019/03/04 19:28:17 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.369 2019/03/07 12:54:21 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -436,12 +436,10 @@ void client_urgency(struct client_ctx *);
void client_vtile(struct client_ctx *);
void client_wm_hints(struct client_ctx *);
-void group_alltoggle(struct screen_ctx *);
void group_assign(struct group_ctx *, struct client_ctx *);
int group_autogroup(struct client_ctx *);
void group_cycle(struct screen_ctx *, int);
void group_hide(struct group_ctx *);
-void group_hidetoggle(struct screen_ctx *, int);
int group_holds_only_hidden(struct group_ctx *);
int group_holds_only_sticky(struct group_ctx *);
void group_init(struct screen_ctx *, int, const char *);
@@ -450,6 +448,8 @@ void group_only(struct screen_ctx *, int);
void group_close(struct screen_ctx *, int);
int group_restore(struct client_ctx *);
void group_show(struct group_ctx *);
+void group_toggle(struct screen_ctx *, int);
+void group_toggle_all(struct screen_ctx *);
void group_toggle_membership(struct client_ctx *);
void group_update_names(struct screen_ctx *);
@@ -513,7 +513,7 @@ void kbfunc_group_toggle(void *, struct cargs *);
void kbfunc_group_only(void *, struct cargs *);
void kbfunc_group_close(void *, struct cargs *);
void kbfunc_group_cycle(void *, struct cargs *);
-void kbfunc_group_alltoggle(void *, struct cargs *);
+void kbfunc_group_toggle_all(void *, struct cargs *);
void kbfunc_menu_client(void *, struct cargs *);
void kbfunc_menu_cmd(void *, struct cargs *);
void kbfunc_menu_group(void *, struct cargs *);