summaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 35a2f92a..91f2ae01 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -5,6 +5,9 @@
5#include <wlc/wlc.h> 5#include <wlc/wlc.h>
6#include "config.h" 6#include "config.h"
7 7
8// Container that a called command should act upon. Only valid in command functions.
9extern swayc_t *current_container;
10
8/** 11/**
9 * Indicates the result of a command's execution. 12 * Indicates the result of a command's execution.
10 */ 13 */