diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-10-25 09:47:01 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-10-25 09:47:01 +0200 |
| commit | 975b4890078b138f19bde2e06b4e682a7ac5adcf (patch) | |
| tree | 27e997fb1fd95301734552ee73e5473d6a7b66d8 /src | |
| parent | f8f1859a0508ac574035a75aa0206cd25271d735 (diff) | |
| download | box64-975b4890078b138f19bde2e06b4e682a7ac5adcf.tar.gz box64-975b4890078b138f19bde2e06b4e682a7ac5adcf.zip | |
Added a few more libxkbcommon wrapped functions (for #431)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedxkbcommon_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedxkbcommon_private.h b/src/wrapped/wrappedxkbcommon_private.h index b61bc5f9..6e9d3aa3 100644 --- a/src/wrapped/wrappedxkbcommon_private.h +++ b/src/wrapped/wrappedxkbcommon_private.h @@ -8,15 +8,15 @@ //GO(xkb_compose_state_get_one_sym, //GO(xkb_compose_state_get_status, //GO(xkb_compose_state_get_utf8, -//GO(xkb_compose_state_new, +GO(xkb_compose_state_new, pFpi) //GO(xkb_compose_state_ref, //GO(xkb_compose_state_reset, -//GO(xkb_compose_state_unref, +GO(xkb_compose_state_unref, vFp) //GO(xkb_compose_table_new_from_buffer, //GO(xkb_compose_table_new_from_file, GO(xkb_compose_table_new_from_locale, pFppi) //GO(xkb_compose_table_ref, -//GO(xkb_compose_table_unref, +GO(xkb_compose_table_unref, vFp) //GO(xkb_context_get_log_level, //GO(xkb_context_get_log_verbosity, GO(xkb_context_get_user_data, pFp) |