wlroots-hyprland/types/output
Simon Ser 2540de494e output: don't leave dangling cursor_front_buffer
Sometimes we were calling wlr_output_impl.set_cursor with a NULL
buffer, but we weren't clearing wlr_output.cursor_front_buffer.
Avoid leaving a dangling buffer behind.

Introduce a helper function output_set_hardware_cursor which calls
wlr_output_impl.set_cursor and keeps cursor_front_buffer in sync.
2021-11-30 18:32:48 +00:00
..
cursor.c output: don't leave dangling cursor_front_buffer 2021-11-30 18:32:48 +00:00
output.c output: destroy swapchain when disabled 2021-11-30 18:32:48 +00:00
render.c output: Add function to set preferred render format 2021-11-19 15:51:46 +00:00
transform.c output: split into multiple files 2021-10-23 00:49:24 +02:00