summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Mykyta Holubakha <hilobakho@gmail.com>2017-01-19 03:14:59 +0200
committerLibravatar Mykyta Holubakha <hilobakho@gmail.com>2017-01-19 03:14:59 +0200
commite714fbcbec43fa87e1b969e5fcdc0abf298ade44 (patch)
treecc10e0f32f2e83c3b14180b1fd44b6f0a114bf92 /include
parentMerge pull request #1051 from ametisf/master (diff)
downloadsway-e714fbcbec43fa87e1b969e5fcdc0abf298ade44.tar.gz
sway-e714fbcbec43fa87e1b969e5fcdc0abf298ade44.tar.zst
sway-e714fbcbec43fa87e1b969e5fcdc0abf298ade44.zip
Add window instance support
Diffstat (limited to 'include')
-rw-r--r--include/sway/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/container.h b/include/sway/container.h
index ff65628c..46925589 100644
--- a/include/sway/container.h
+++ b/include/sway/container.h
@@ -115,6 +115,7 @@ struct sway_container {
115 // Attributes that mostly views have. 115 // Attributes that mostly views have.
116 char *name; 116 char *name;
117 char *class; 117 char *class;
118 char *instance;
118 char *app_id; 119 char *app_id;
119 120
120 // Used by output containers to keep track of swaybg child processes. 121 // Used by output containers to keep track of swaybg child processes.