mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Don't disable borders for xwayland floating views
This commit is contained in:
parent
abcc2ef9eb
commit
9b16227ec3
3 changed files with 15 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ struct sway_view_impl {
|
|||
void (*set_tiled)(struct sway_view *view, bool tiled);
|
||||
void (*set_fullscreen)(struct sway_view *view, bool fullscreen);
|
||||
bool (*wants_floating)(struct sway_view *view);
|
||||
bool (*has_client_side_decorations)(struct sway_view *view);
|
||||
void (*for_each_surface)(struct sway_view *view,
|
||||
wlr_surface_iterator_func_t iterator, void *user_data);
|
||||
void (*close)(struct sway_view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue