mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-11 17:35:27 +00:00
cc9b415a8f
Many functions returned void and were assumed to always succeed, and some functions returned only a bool to indicate vague success/failure. Now that these functions get piped over IPC all of them have to be able to indicate an IPC failure like for example an unreachable service. With the xrt_result_t return type they now have the opportunity to report various types of failures. |
||
---|---|---|
.. | ||
comp_compositor.c | ||
comp_compositor.h | ||
comp_distortion.c | ||
comp_distortion.h | ||
comp_documentation.h | ||
comp_layer.c | ||
comp_layer.h | ||
comp_layer_renderer.c | ||
comp_layer_renderer.h | ||
comp_renderer.c | ||
comp_renderer.h | ||
comp_settings.c | ||
comp_settings.h | ||
comp_swapchain.c | ||
comp_vk_swapchain.c | ||
comp_vk_swapchain.h | ||
comp_window.h | ||
comp_window_direct.c | ||
comp_window_direct.h | ||
comp_window_direct_nvidia.c | ||
comp_window_direct_randr.c | ||
comp_window_wayland.c | ||
comp_window_xcb.c |