Rename view_get_type to view_get_shell

This commit is contained in:
Ryan Dwyer 2018-05-27 21:59:38 +10:00
parent 484cc189e9
commit d3dd7e5bae
3 changed files with 5 additions and 5 deletions

View file

@ -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);