wlroots-hyprland/types/output
Rouven Czerwinski 2a1d7d40f4 cursor: re-enable NULL buffer for cursor
The previous wlr_output_cursor_set_image() allows setting a NULL buffer for the
cursor to hide it. This functionality was used by sway to hide the cursor,
restore the original semantics by allowing NULL buffers again by avoiding the
wlr_buffer allocation in case we have NULL pixels and handing a NULL wlr_buffer
to wlr_output_cursor_set_buffer().
2022-06-20 10:20:55 +02:00
..
cursor.c cursor: re-enable NULL buffer for cursor 2022-06-20 10:20:55 +02:00
output.c output: use state setters in wlr_output_set_* 2022-06-08 18:29:58 +02:00
render.c output: fix leak of empty back buffer lock 2022-06-07 15:30:08 +00:00
state.c output: add output state setters 2022-06-08 18:22:32 +02:00
transform.c output: split into multiple files 2021-10-23 00:49:24 +02:00