wlroots-hyprland/types/output
JiDe Zhang 61903ed66b wlr_output_cursor: assert renderer isn't NULL
When a wlr_output add to wlr_output_layout, wlr_cursor will create
wlr_buffer of xcursor for the wlr_output, this behavior depends
wlr_renderer of wlr_output, using assert to ensure renderer is
initialized before wlr_output_layout_add and wlr_cursor_set_buffer/
wlr_cursor_set_xcursor.
2023-08-03 02:13:00 +00:00
..
cursor.c wlr_output_cursor: assert renderer isn't NULL 2023-08-03 02:13:00 +00:00
output.c Use struct initializers instead of memset() 2023-07-07 17:31:11 +02:00
render.c output: stop using wlr_output.back_buffer in output_ensure_buffer() 2023-06-20 16:33:41 +00:00
state.c output: add wlr_output_state_init() 2023-06-23 18:07:26 +00:00
swapchain.c output: add wlr_output_state_init() 2023-06-23 18:07:26 +00:00
transform.c output: split into multiple files 2021-10-23 00:49:24 +02:00