aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 1972447b..7086314f 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -69,8 +69,6 @@ struct sway_view {
69 // Used when changing a view from tiled to floating. 69 // Used when changing a view from tiled to floating.
70 int natural_width, natural_height; 70 int natural_width, natural_height;
71 71
72 bool is_fullscreen;
73
74 char *title_format; 72 char *title_format;
75 enum sway_container_border border; 73 enum sway_container_border border;
76 int border_thickness; 74 int border_thickness;
@@ -251,10 +249,6 @@ void view_set_activated(struct sway_view *view, bool activated);
251 249
252void view_set_tiled(struct sway_view *view, bool tiled); 250void view_set_tiled(struct sway_view *view, bool tiled);
253 251
254void view_set_fullscreen_raw(struct sway_view *view, bool fullscreen);
255
256void view_set_fullscreen(struct sway_view *view, bool fullscreen);
257
258void view_close(struct sway_view *view); 252void view_close(struct sway_view *view);
259 253
260void view_damage_from(struct sway_view *view); 254void view_damage_from(struct sway_view *view);