labwc/src/cycle
yuiiio 40787a1147 osd-thumbnail: fix failed to get client texture
Use wlr_client_buffer->texture directly instead of wlr_texture_from_buffer.
All buffers in content_tree are wlr_client_buffer.

wlr_texture_from_buffer calls client_buffer_begin_data_ptr_access which
fails when client_buffer->source == NULL (client released buffer early,
e.g. wl_shm foot-terminal).
2026-04-15 21:02:21 +01:00
..
cycle.c src/cycle: handle views without output 2026-03-15 13:16:18 +00:00
meson.build cycle: implement scrollable OSD 2025-12-31 22:46:53 +00:00
osd-classic.c cycle: implement scrollable OSD 2025-12-31 22:46:53 +00:00
osd-field.c Use "cycle" instead of "osd" across the codebase 2025-11-30 16:20:16 +09:00
osd-scroll.c cycle: implement scrollable OSD 2025-12-31 22:46:53 +00:00
osd-thumbnail.c osd-thumbnail: fix failed to get client texture 2026-04-15 21:02:21 +01:00