mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
src/output.c: remove output_usable_area_scaled()
This commit is contained in:
parent
66a3beb98b
commit
028e24dc13
3 changed files with 1 additions and 20 deletions
|
|
@ -547,7 +547,6 @@ void output_update_usable_area(struct output *output);
|
|||
void output_update_all_usable_areas(struct server *server, bool layout_changed);
|
||||
bool output_get_tearing_allowance(struct output *output);
|
||||
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 output_enable_adaptive_sync(struct output *output, bool enabled);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue