mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
wlr_output: Make wlr_output_transformed_resolution take a state
This commit is contained in:
parent
f59706ecc0
commit
c3b5e710f4
5 changed files with 21 additions and 15 deletions
|
|
@ -339,7 +339,7 @@ void wlr_output_destroy(struct wlr_output *output);
|
|||
* Computes the transformed output resolution.
|
||||
*/
|
||||
void wlr_output_transformed_resolution(struct wlr_output *output,
|
||||
int *width, int *height);
|
||||
const struct wlr_output_state *state, int *width, int *height);
|
||||
/**
|
||||
* Computes the transformed and scaled output resolution.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue