summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-12 20:01:33 +0100
committerLibravatar emersion <contact@emersion.fr>2018-07-12 20:01:33 +0100
commit9b16227ec3cfc648f177f186d29b9f0002b7bbde (patch)
treeee6301c035e72ade212ed85c53df867e31bf72cb /include
parentMerge pull request #2250 from RyanDwyer/fix-crash (diff)
downloadsway-9b16227ec3cfc648f177f186d29b9f0002b7bbde.tar.gz
sway-9b16227ec3cfc648f177f186d29b9f0002b7bbde.tar.zst
sway-9b16227ec3cfc648f177f186d29b9f0002b7bbde.zip
Don't disable borders for xwayland floating views
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 7dc8ac46..21d6403e 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -35,6 +35,7 @@ struct sway_view_impl {
35 void (*set_tiled)(struct sway_view *view, bool tiled); 35 void (*set_tiled)(struct sway_view *view, bool tiled);
36 void (*set_fullscreen)(struct sway_view *view, bool fullscreen); 36 void (*set_fullscreen)(struct sway_view *view, bool fullscreen);
37 bool (*wants_floating)(struct sway_view *view); 37 bool (*wants_floating)(struct sway_view *view);
38 bool (*has_client_side_decorations)(struct sway_view *view);
38 void (*for_each_surface)(struct sway_view *view, 39 void (*for_each_surface)(struct sway_view *view,
39 wlr_surface_iterator_func_t iterator, void *user_data); 40 wlr_surface_iterator_func_t iterator, void *user_data);
40 void (*close)(struct sway_view *view); 41 void (*close)(struct sway_view *view);