aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2014-09-17 16:32:53 +0000
committerokan2014-09-17 16:32:53 +0000
commit1c79eb7168bb6b7736c78f333544624a1d838e57 (patch)
treebdf93f8f47527420fa9b3f1dd1cf41dfae747b89 /calmwm.h
parent9b4db7deaac74c385d0c73b277dcc400c0d5d95a (diff)
downloadcwm-1c79eb7168bb6b7736c78f333544624a1d838e57.tar.gz
Use a similarly named check as sticky for hidden check in a group.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 5bd06be..f73e762 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.277 2014/09/17 16:00:44 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.278 2014/09/17 16:32:53 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -406,9 +406,9 @@ 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 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 *);
void group_movetogroup(struct client_ctx *, int);