wlroots-hyprland/include
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/drm: stash pending page-flip CRTC 2021-01-03 19:35:02 +01:00
render render/drm_format_set: add wlr_drm_format_{create,add} 2020-12-18 09:41:12 +01:00
types Remove xdg-shell v6 2020-09-03 00:01:10 +02:00
util util/time: add timespec_from_nsec 2020-12-18 10:37:08 +01:00
wlr backend/session: allow wlr_session_find_gpus to return an error 2021-01-04 19:46:44 +01:00
xcursor Use fixed size integer type 2020-09-01 11:58:56 +02:00
xwayland xwayland: do not allow apps to change focus after wlroots request 2020-07-30 13:40:36 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00