aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <rpigott@berkeley.edu>2020-07-06 23:57:48 -0700
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-07-13 00:21:52 -0400
commit39d677af15bd4c8cdea6b62fda80ac9a9e998045 (patch)
tree0612524effa083389ecce17d0f0dafad8f25d6ec /include/sway/tree/view.h
parentrephrase swayidle-timout example to improve readability (diff)
downloadsway-39d677af15bd4c8cdea6b62fda80ac9a9e998045.tar.gz
sway-39d677af15bd4c8cdea6b62fda80ac9a9e998045.tar.zst
sway-39d677af15bd4c8cdea6b62fda80ac9a9e998045.zip
input: implement xdg_toplevel interactive resize hints
Diffstat (limited to 'include/sway/tree/view.h')
-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 b495fdf9..665c516f 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -43,6 +43,7 @@ struct sway_view_impl {
43 void (*set_activated)(struct sway_view *view, bool activated); 43 void (*set_activated)(struct sway_view *view, bool activated);
44 void (*set_tiled)(struct sway_view *view, bool tiled); 44 void (*set_tiled)(struct sway_view *view, bool tiled);
45 void (*set_fullscreen)(struct sway_view *view, bool fullscreen); 45 void (*set_fullscreen)(struct sway_view *view, bool fullscreen);
46 void (*set_resizing)(struct sway_view *view, bool resizing);
46 bool (*wants_floating)(struct sway_view *view); 47 bool (*wants_floating)(struct sway_view *view);
47 void (*for_each_surface)(struct sway_view *view, 48 void (*for_each_surface)(struct sway_view *view,
48 wlr_surface_iterator_func_t iterator, void *user_data); 49 wlr_surface_iterator_func_t iterator, void *user_data);