mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
Merge branch 'output-auto-buffer' into 'master'
output: Remove output_ensure_buffer See merge request wlroots/wlroots!4484
This commit is contained in:
commit
c289b8e462
21 changed files with 215 additions and 268 deletions
|
|
@ -1178,7 +1178,7 @@ static bool drm_connector_move_cursor(struct wlr_output *output,
|
|||
struct wlr_box box = { .x = x, .y = y };
|
||||
|
||||
int width, height;
|
||||
wlr_output_transformed_resolution(output, &width, &height);
|
||||
wlr_output_transformed_resolution(output, NULL, &width, &height);
|
||||
|
||||
enum wl_output_transform transform =
|
||||
wlr_output_transform_invert(output->transform);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue