wlroots/include/wlr/types
Simon Ser e8df7c367a linux-dmabuf-v1: split params and buffer
Previously, the same struct was used for linux-dmabuf-v1 params
and buffer. This made the whole logic a little bit awkward, because
a wlr_dmabuf_v1_buffer could either be still being constructed, or
be a complete buffer.

Introduce a separate wlr_linux_buffer_params_v1 struct for buffer
params still being constructed. Once the params are complete (ie.
once the create request is sent), the params struct is destroyed
and the buffer struct is created.

This will help with [1] as well.

[1]: https://github.com/swaywm/wlroots/issues/2664
2021-04-19 18:09:13 +02:00
..
wlr_box.h
wlr_buffer.h buffer: introduce wlr_buffer_get_shm 2021-04-17 09:54:39 +02:00
wlr_compositor.h
wlr_cursor.h
wlr_data_control_v1.h
wlr_data_device.h
wlr_export_dmabuf_v1.h
wlr_foreign_toplevel_management_v1.h
wlr_fullscreen_shell_v1.h
wlr_gamma_control_v1.h
wlr_idle.h
wlr_idle_inhibit_v1.h
wlr_input_device.h
wlr_input_inhibitor.h
wlr_input_method_v2.h
wlr_keyboard.h
wlr_keyboard_group.h
wlr_keyboard_shortcuts_inhibit_v1.h
wlr_layer_shell_v1.h
wlr_linux_dmabuf_v1.h linux-dmabuf-v1: split params and buffer 2021-04-19 18:09:13 +02:00
wlr_list.h
wlr_matrix.h
wlr_output.h
wlr_output_damage.h
wlr_output_layout.h Document the wlr_output_layout_get function 2021-04-11 10:19:00 +02:00
wlr_output_management_v1.h
wlr_output_power_management_v1.h
wlr_pointer.h
wlr_pointer_constraints_v1.h
wlr_pointer_gestures_v1.h
wlr_presentation_time.h
wlr_primary_selection.h
wlr_primary_selection_v1.h
wlr_region.h
wlr_relative_pointer_v1.h
wlr_screencopy_v1.h
wlr_seat.h
wlr_server_decoration.h
wlr_surface.h surface: make wlr_surface_create private 2021-04-06 14:57:44 +02:00
wlr_switch.h
wlr_tablet_pad.h
wlr_tablet_tool.h
wlr_tablet_v2.h
wlr_text_input_v3.h
wlr_touch.h
wlr_viewporter.h
wlr_virtual_keyboard_v1.h
wlr_virtual_pointer_v1.h
wlr_xcursor_manager.h
wlr_xdg_decoration_v1.h
wlr_xdg_foreign_registry.h
wlr_xdg_foreign_v1.h
wlr_xdg_foreign_v2.h
wlr_xdg_output_v1.h
wlr_xdg_shell.h