You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
We should, at the very least, re-export the unsafe functions for the backend (i.e. the ones that grab the VT and thus are fundamentally unsafe).
The only functions that are not unsafe is wlr_session_change_vt and wlr_session_find_gpus. Note there are also getters to wrap. See backend/session.h for more info.
The text was updated successfully, but these errors were encountered:
We should, at the very least, re-export the
unsafe
functions for the backend (i.e. the ones that grab the VT and thus are fundamentally unsafe).The only functions that are not
unsafe
iswlr_session_change_vt
andwlr_session_find_gpus
. Note there are also getters to wrap. Seebackend/session.h
for more info.The text was updated successfully, but these errors were encountered: