aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2014-09-01 18:04:58 +0000
committerokan2014-09-01 18:04:58 +0000
commit9012965b9e77a27dca052e625d516bef42b1515f (patch)
tree90c8000b14405b1533eaa39bd4e44603a28d092c /calmwm.h
parent65f7d6fe84c11c78932bd9c10bce0ed3ded143c8 (diff)
downloadcwm-9012965b9e77a27dca052e625d516bef42b1515f.tar.gz
Merge group_menu into mousefunc_menu_group.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index f81c83e..ae73818 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.265 2014/08/25 14:31:22 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.266 2014/09/01 18:04:58 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -410,11 +410,13 @@ void client_wm_hints(struct client_ctx *);
void group_alltoggle(struct screen_ctx *);
void group_autogroup(struct client_ctx *);
void group_cycle(struct screen_ctx *, int);
+int group_hidden_state(struct group_ctx *);
+void group_hide(struct screen_ctx *, struct group_ctx *);
void group_hidetoggle(struct screen_ctx *, int);
void group_init(struct screen_ctx *);
-void group_menu(struct screen_ctx *);
void group_movetogroup(struct client_ctx *, int);
void group_only(struct screen_ctx *, int);
+void group_show(struct screen_ctx *, struct group_ctx *);
void group_sticky(struct client_ctx *);
void group_sticky_toggle_enter(struct client_ctx *);
void group_sticky_toggle_exit(struct client_ctx *);