mirror of
https://github.com/swaywm/sway.git
synced 2026-02-24 01:40:24 -05:00
output: Have output_get_identifier take a wlr_output
We only use wlr_output fields to generate the identifier, and a later commit will use this function before a sway_output is constructed.
This commit is contained in:
parent
3d6b9a2848
commit
b7965e9a46
5 changed files with 9 additions and 10 deletions
|
|
@ -680,7 +680,7 @@ struct seat_config *store_seat_config(struct seat_config *seat);
|
|||
int output_name_cmp(const void *item, const void *data);
|
||||
|
||||
void output_get_identifier(char *identifier, size_t len,
|
||||
struct sway_output *output);
|
||||
struct wlr_output *output);
|
||||
|
||||
const char *sway_output_scale_filter_to_string(enum scale_filter_mode scale_filter);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue