height: Derive from display width

This commit is contained in:
Dorota Czaplejewicz
2019-10-11 14:26:32 +00:00
parent 24126ad4f3
commit fbb3824a3d
3 changed files with 37 additions and 5 deletions

View File

@ -9,5 +9,5 @@ struct squeek_outputs *squeek_outputs_new();
void squeek_outputs_free(struct squeek_outputs*);
void squeek_outputs_register(struct squeek_outputs*, struct wl_output *output);
struct wl_output *squeek_outputs_get_current(struct squeek_outputs*);
int32_t squeek_outputs_get_perceptual_width(struct squeek_outputs*, struct wl_output *output);
#endif