aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2014-08-19 12:47:51 +0000
committerokan2014-08-19 12:47:51 +0000
commit1d86ebf910116ad2815e9f1a243faf7746abd0f4 (patch)
tree136a45da17e2498aaefe42758625b9ae2050a2ea /calmwm.h
parent3fdfda76527cf75885aabd06006fce424b696245 (diff)
downloadcwm-1d86ebf910116ad2815e9f1a243faf7746abd0f4.tar.gz
Pull highstack from group_ctx (and useless calculations of); in the one
place that we use highstack, replace that usage with a local variable (for now until stacking is done properly).
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index c620e5f..88e9c78 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.260 2014/08/18 13:57:57 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.261 2014/08/19 12:47:51 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -205,7 +205,6 @@ struct group_ctx {
struct client_ctx_q clients;
int shortcut;
int hidden;
- int highstack;
};
TAILQ_HEAD(group_ctx_q, group_ctx);