diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-19 17:44:54 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-19 17:44:54 +0100 |
| commit | b5dd04aa1216b67f0c8d05a968f209dfe9bdfef7 (patch) | |
| tree | 789c81c2d6fa1b3ff3945820b443d9348e70944f /src | |
| parent | 788724a1ca148d216d535b6901d0cbedf75b14ba (diff) | |
| download | box64-b5dd04aa1216b67f0c8d05a968f209dfe9bdfef7.tar.gz box64-b5dd04aa1216b67f0c8d05a968f209dfe9bdfef7.zip | |
Added 1 more libxkbcommon wrapped function (for Heroic)
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 1ab0c0c8..ba9dd84c 100644 --- a/src/wrapped/wrappedxkbcommon_private.h +++ b/src/wrapped/wrappedxkbcommon_private.h @@ -20,7 +20,7 @@ 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) -//GO(xkb_context_include_path_append, +GO(xkb_context_include_path_append, iFpp) //GO(xkb_context_include_path_append_default, //GO(xkb_context_include_path_clear, //GO(xkb_context_include_path_get, |