aboutsummaryrefslogtreecommitdiff
path: root/include/sway/tree
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-05-27 08:58:10 -0400
committerGitHub <noreply@github.com>2018-05-27 08:58:10 -0400
commita372852c4421d21fa4cdd70014b0174319f3c2db (patch)
tree3ea7ea85566b02169d4643f6a8d634ef0ec504f7 /include/sway/tree
parentb350e8ec820bcea6096f733d1d0be4de15bbab09 (diff)
parente4c54b04ce90d2d051ba7343ec5b9dce1bbb6755 (diff)
Merge branch 'master' into xdg-shell-tiled
Diffstat (limited to 'include/sway/tree')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 0fb8f1b3..a8bf4955 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -201,7 +201,7 @@ const char *view_get_window_role(struct sway_view *view);
uint32_t view_get_window_type(struct sway_view *view);
-const char *view_get_type(struct sway_view *view);
+const char *view_get_shell(struct sway_view *view);
void view_configure(struct sway_view *view, double ox, double oy, int width,
int height);