aboutsummaryrefslogtreecommitdiff
path: root/include/container.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-27 10:20:16 -0700
committerDrew DeVault <sir@cmpwn.com>2015-11-27 10:20:16 -0700
commitb7702eb34c9d5485145b0483891e710fae12e967 (patch)
treef87d318d7701b572932687a1f388af2ec6458b15 /include/container.h
parentcbd73487046820105a32c64ecf86554876f8f41b (diff)
parent2d0f78c0d6fb67b38c056856608708be610b7096 (diff)
Merge pull request #266 from sce/sticky_floats_0
workspace: Learn sticky.
Diffstat (limited to 'include/container.h')
-rw-r--r--include/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/container.h b/include/container.h
index 7b0bdb78..157b996a 100644
--- a/include/container.h
+++ b/include/container.h
@@ -74,6 +74,7 @@ struct sway_container {
bool visible;
bool is_floating;
bool is_focused;
+ bool sticky; // floating view always visible on its output
// Attributes that mostly views have.
char *name;