aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-10 19:53:50 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-02-10 19:53:50 -0500
commit93084c9cf80901b160e0eb50b72a8e607289a678 (patch)
tree0b6c6753bb52f8382110e8ab5d9755f4807f4ee7 /include
parentproperly pick next focus (diff)
downloadsway-93084c9cf80901b160e0eb50b72a8e607289a678.tar.gz
sway-93084c9cf80901b160e0eb50b72a8e607289a678.tar.zst
sway-93084c9cf80901b160e0eb50b72a8e607289a678.zip
remove old focus member
Diffstat (limited to 'include')
-rw-r--r--include/sway/container.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index 01e166ad..48363be6 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -106,10 +106,6 @@ struct sway_container {
106 * The parent of this container. NULL for the root container. 106 * The parent of this container. NULL for the root container.
107 */ 107 */
108 struct sway_container *parent; 108 struct sway_container *parent;
109 /**
110 * Which of this container's children has focus.
111 */
112 struct sway_container *focused;
113 109
114 /** 110 /**
115 * Number of master views in auto layouts. 111 * Number of master views in auto layouts.