mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
labwc.h: fix coding style
This commit is contained in:
parent
d6af585837
commit
b5addb62e0
1 changed files with 4 additions and 3 deletions
|
|
@ -367,7 +367,8 @@ void output_damage_surface(struct output *output, struct wlr_surface *surface,
|
||||||
double lx, double ly, bool whole);
|
double lx, double ly, bool whole);
|
||||||
void scale_box(struct wlr_box *box, float scale);
|
void scale_box(struct wlr_box *box, float scale);
|
||||||
void output_manager_init(struct server *server);
|
void output_manager_init(struct server *server);
|
||||||
struct output *output_from_wlr_output(struct server *server, struct wlr_output *wlr_output);
|
struct output *output_from_wlr_output(struct server *server,
|
||||||
|
struct wlr_output *wlr_output);
|
||||||
struct wlr_box output_usable_area_in_layout_coords(struct output *output);
|
struct wlr_box output_usable_area_in_layout_coords(struct output *output);
|
||||||
struct wlr_box output_usable_area_from_cursor_coords(struct server *server);
|
struct wlr_box output_usable_area_from_cursor_coords(struct server *server);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue