From: Johan Malm Date: Sat, 6 Mar 2021 18:15:48 +0000 (+0000) Subject: Merge pull request #21 from apbryan/output-management X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=fc3a170c78d18b8e0d9c9eddba958356393d091e;p=proto%2Flabwc.git Merge pull request #21 from apbryan/output-management Output management --- fc3a170c78d18b8e0d9c9eddba958356393d091e diff --cc include/labwc.h index 1891af7f,cba5bd70..2a924f67 --- a/include/labwc.h +++ b/include/labwc.h @@@ -327,8 -309,9 +333,10 @@@ void interactive_begin(struct view *vie 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 output_manager_init(struct server *server); + void damage_all_outputs(struct server *server); void damage_view_whole(struct view *view); void damage_view_part(struct view *view);