aboutsummaryrefslogtreecommitdiff
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-02 12:23:15 -0400
committerGitHub <noreply@github.com>2018-04-02 12:23:15 -0400
commit7e3aa1daa8b945b762d98bc67c660cdc6c94b72f (patch)
treed2b9dd4816efdf861e71bcd1eff6a70928e59dc6 /include/sway/output.h
parent122b96abed9955f78e3f157167d34312f5bb551d (diff)
parente3689dd5a93b4f4ae62637a2b81797335aafdcaf (diff)
Merge pull request #1693 from swaywm/move-cmd
Partially implement move command
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index b4980cd8..b343ecff 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -36,4 +36,6 @@ void output_damage_whole(struct sway_output *output);
void output_damage_whole_view(struct sway_output *output,
struct sway_view *view);
+struct sway_container *output_by_name(const char *name);
+
#endif