aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2014-09-08 13:51:29 +0000
committerokan2014-09-08 13:51:29 +0000
commit25980c356984d6152dc3703f57d4680bb21c1f04 (patch)
treee3e59d4f6d1b5eed23bce1d63abe5336bbf8bb0e /calmwm.h
parent07d6d91674e9c45d7c19ae5d59b6ba17462f5121 (diff)
downloadcwm-25980c356984d6152dc3703f57d4680bb21c1f04.tar.gz
Now that a group knows its screen, only pass down the group_ctx.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 7ae23f5..cd16f37 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.271 2014/09/07 20:57:26 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.272 2014/09/08 13:51:29 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -408,12 +408,12 @@ 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_hide(struct group_ctx *);
void group_hidetoggle(struct screen_ctx *, int);
void group_init(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_show(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 *);