aboutsummaryrefslogtreecommitdiff
path: root/include/sway
diff options
context:
space:
mode:
authorRyan Dwyer <RyanDwyer@users.noreply.github.com>2018-07-13 08:28:34 +1000
committerGitHub <noreply@github.com>2018-07-13 08:28:34 +1000
commit683a307151764f7cad38ff12c4175e8e0cf94226 (patch)
tree21c8d74ed97be81ed731f92443a4cd726ee8ac4b /include/sway
parentda8149c066c8bd3fe662337159081600a93950f7 (diff)
parent53133fdefb1cdd97d21b3d5424868b70642d46dc (diff)
Merge pull request #2255 from emersion/xwayland-floating-borders
Don't disable borders for xwayland floating views
Diffstat (limited to 'include/sway')
-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 {
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);