|
|
@ -32,7 +32,6 @@ struct sway_view_impl {
|
|
|
|
void (*configure)(struct sway_view *view, double lx, double ly, int width,
|
|
|
|
void (*configure)(struct sway_view *view, double lx, double ly, int width,
|
|
|
|
int height);
|
|
|
|
int height);
|
|
|
|
void (*set_activated)(struct sway_view *view, bool activated);
|
|
|
|
void (*set_activated)(struct sway_view *view, bool activated);
|
|
|
|
void (*set_tiled)(struct sway_view *view, bool tiled);
|
|
|
|
|
|
|
|
void (*set_fullscreen)(struct sway_view *view, bool fullscreen);
|
|
|
|
void (*set_fullscreen)(struct sway_view *view, bool fullscreen);
|
|
|
|
bool (*wants_floating)(struct sway_view *view);
|
|
|
|
bool (*wants_floating)(struct sway_view *view);
|
|
|
|
void (*for_each_surface)(struct sway_view *view,
|
|
|
|
void (*for_each_surface)(struct sway_view *view,
|
|
|
@ -221,8 +220,6 @@ void view_autoconfigure(struct sway_view *view);
|
|
|
|
|
|
|
|
|
|
|
|
void view_set_activated(struct sway_view *view, bool activated);
|
|
|
|
void view_set_activated(struct sway_view *view, bool activated);
|
|
|
|
|
|
|
|
|
|
|
|
void view_set_tiled(struct sway_view *view, bool tiled);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void view_set_fullscreen_raw(struct sway_view *view, bool fullscreen);
|
|
|
|
void view_set_fullscreen_raw(struct sway_view *view, bool fullscreen);
|
|
|
|
|
|
|
|
|
|
|
|
void view_set_fullscreen(struct sway_view *view, bool fullscreen);
|
|
|
|
void view_set_fullscreen(struct sway_view *view, bool fullscreen);
|
|
|
|