wlroots-hyprland/include/wlr
Simon Ser e8d56ca415 backend/session: allow wlr_session_find_gpus to return an error
Sometimes wlr_session_find_gpus will encounter an error. This is
different from finding zero GPUs.

On error, wlr_session_find_gpus already returns -1. However, this is
casted to size_t, so callers uncorrectly assume this is a success.

Instead, make wlr_session_find_gpus return a ssize_t and allow callers
to handle the error accordingly.
2021-01-04 19:46:44 +01:00
..
backend backend/session: allow wlr_session_find_gpus to return an error 2021-01-04 19:46:44 +01:00
interfaces output: add backend docs 2020-06-30 08:03:58 -06:00
render render/egl: remove wlr_egl.external_only_dmabuf_formats 2020-11-30 11:08:44 +01:00
types subsurface: handle NULL parent in get_root_surface 2020-12-22 15:55:05 +01:00
util util/edges: use bitmask for wlr_edges 2020-10-31 23:15:21 +01:00
backend.h Remove wlr_create_renderer_func_t 2020-12-30 17:09:40 +01:00
config.h.in build: add leftover WLR_HAS_LIBCAP 2020-12-03 00:05:38 +01:00
meson.build build: replace version with soversion 2020-01-24 11:17:03 +01:00
version.h.in Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" 2018-08-24 19:35:02 +12:00
xcursor.h Initial pass on API stability guarantees 2018-07-29 19:20:34 -04:00
xwayland.h xwayland: use pipe instead of SIGUSR1 to signal readiness 2020-12-07 12:24:56 +01:00