summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-08-01 22:33:37 -0400
committerLibravatar GitHub <noreply@github.com>2016-08-01 22:33:37 -0400
commita4096b73c948e7f8496810df70842c54b2988d5e (patch)
treebd25bf981361c7e518d66df7ededf23d38cc165f /include
parentMerge pull request #811 from acrisci/feature/focus-container (diff)
parentRemove dead global locked_view_focus (diff)
downloadsway-a4096b73c948e7f8496810df70842c54b2988d5e.tar.gz
sway-a4096b73c948e7f8496810df70842c54b2988d5e.tar.zst
sway-a4096b73c948e7f8496810df70842c54b2988d5e.zip
Merge pull request #813 from acrisci/bug/remove-dead-lock-var
Remove dead global locked_view_focus
Diffstat (limited to 'include')
-rw-r--r--include/focus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/focus.h b/include/focus.h
index 236d050b..b532edc2 100644
--- a/include/focus.h
+++ b/include/focus.h
@@ -33,7 +33,6 @@ bool set_focused_container_for(swayc_t *ancestor, swayc_t *container);
33// and unlocked when they are destroyed 33// and unlocked when they are destroyed
34 34
35extern bool locked_container_focus; 35extern bool locked_container_focus;
36extern bool locked_view_focus;
37 36
38// Prevents wss from being destroyed on focus switch 37// Prevents wss from being destroyed on focus switch
39extern bool suspend_workspace_cleanup; 38extern bool suspend_workspace_cleanup;