mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Rename function to begin with output_
This commit is contained in:
parent
b966ed5b4b
commit
59f9e27ee0
3 changed files with 6 additions and 6 deletions
|
|
@ -471,8 +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 output_add_virtual(struct server *server, const char *output_name);
|
||||
void output_remove_virtual(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