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
fix(rime_levers_api.h): customize_bool() misused bool type
BREAKING CHANGE: in signature of C API function `customize_bool()`,
change type `bool` to `Bool` (alias of `int`).
Impact: the changed function is not in use by any first party code,
known to be in use by osfans/trime.
0 commit comments