diff options
author | okan | 2014-09-08 13:51:29 +0000 |
---|---|---|
committer | okan | 2014-09-08 13:51:29 +0000 |
commit | 25980c356984d6152dc3703f57d4680bb21c1f04 (patch) | |
tree | e3e59d4f6d1b5eed23bce1d63abe5336bbf8bb0e /calmwm.h | |
parent | 07d6d91674e9c45d7c19ae5d59b6ba17462f5121 (diff) | |
download | cwm-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.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 *); |