mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Rename view_get_type to view_get_shell
This commit is contained in:
parent
484cc189e9
commit
d3dd7e5bae
3 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue