summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 144ad038..65cadea1 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -176,6 +176,8 @@ const char *view_get_instance(struct sway_view *view);
176 176
177uint32_t view_get_x11_window_id(struct sway_view *view); 177uint32_t view_get_x11_window_id(struct sway_view *view);
178 178
179const char *view_get_window_role(struct sway_view *view);
180
179uint32_t view_get_window_type(struct sway_view *view); 181uint32_t view_get_window_type(struct sway_view *view);
180 182
181const char *view_get_type(struct sway_view *view); 183const char *view_get_type(struct sway_view *view);