aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index bf86ca8c..7c07842b 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -202,6 +202,8 @@ const char *view_get_instance(struct sway_view *view);
202 202
203uint32_t view_get_x11_window_id(struct sway_view *view); 203uint32_t view_get_x11_window_id(struct sway_view *view);
204 204
205const char *view_get_window_role(struct sway_view *view);
206
205uint32_t view_get_window_type(struct sway_view *view); 207uint32_t view_get_window_type(struct sway_view *view);
206 208
207const char *view_get_type(struct sway_view *view); 209const char *view_get_type(struct sway_view *view);