diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-10-24 17:01:46 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-10-24 17:01:46 +0200 |
| commit | 789bf9c220e01b4715e63dbb9f5cd60b1accfdcb (patch) | |
| tree | 880ce4cd33b413d10793584099c8a8ed8ba422f1 /src | |
| parent | 2e9bc93e1f1b989707941b8a1f43488d23f411c7 (diff) | |
| download | box64-789bf9c220e01b4715e63dbb9f5cd60b1accfdcb.tar.gz box64-789bf9c220e01b4715e63dbb9f5cd60b1accfdcb.zip | |
Added xkb_compose_table_new_from_locale wrapped function (for #431)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedxkbcommon_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedxkbcommon_private.h b/src/wrapped/wrappedxkbcommon_private.h index 28523bd3..b61bc5f9 100644 --- a/src/wrapped/wrappedxkbcommon_private.h +++ b/src/wrapped/wrappedxkbcommon_private.h @@ -14,7 +14,7 @@ //GO(xkb_compose_state_unref, //GO(xkb_compose_table_new_from_buffer, //GO(xkb_compose_table_new_from_file, -//GO(xkb_compose_table_new_from_locale, +GO(xkb_compose_table_new_from_locale, pFppi) //GO(xkb_compose_table_ref, //GO(xkb_compose_table_unref, //GO(xkb_context_get_log_level, |