mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
view.c: refactor view_maximize()
This commit is contained in:
parent
b616bb6842
commit
e0067536fc
2 changed files with 15 additions and 28 deletions
|
|
@ -306,6 +306,7 @@ void interactive_begin(struct view *view, enum input_mode mode,
|
|||
void output_init(struct server *server);
|
||||
void output_damage_surface(struct output *output, struct wlr_surface *surface,
|
||||
double lx, double ly, bool whole);
|
||||
void scale_box(struct wlr_box *box, float scale);
|
||||
|
||||
void damage_all_outputs(struct server *server);
|
||||
void damage_view_whole(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue