mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
virtual outputs: address code review
This commit is contained in:
parent
0c37cd5e25
commit
9a41e91718
4 changed files with 62 additions and 60 deletions
|
|
@ -471,6 +471,8 @@ struct wlr_box output_usable_area_in_layout_coords(struct output *output);
|
|||
struct wlr_box output_usable_area_scaled(struct output *output);
|
||||
void handle_output_power_manager_set_mode(struct wl_listener *listener,
|
||||
void *data);
|
||||
void virtual_output_add(struct server *server, const char *output_name);
|
||||
void virtual_output_remove(struct server *server, const char *output_name);
|
||||
|
||||
void server_init(struct server *server);
|
||||
void server_start(struct server *server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue