1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-06 10:34:09 +00:00

1. Removed debug line from user-sessions

2. Added XKB extension support
3. Added linux support for SCROLL/NUM/CAPS
This commit is contained in:
Bryan Roe
2022-02-28 12:31:00 -08:00
parent 36ff9661e1
commit 532d163727
9 changed files with 191 additions and 38 deletions

View File

@@ -2321,7 +2321,6 @@ duk_ret_t ILibDuktape_GenericMarshal_PutGlobalGenericCallbackEx(duk_context *ctx
duk_ret_t ILibDuktape_GenericMarshal_GetGlobalGenericCallbackEx(duk_context *ctx)
{
int numParms = duk_require_int(ctx, 0);
Duktape_GlobalGeneric_Data *data = NULL;
duk_push_global_stash(ctx); // [stash]
if (!duk_has_prop_string(ctx, -1, "GlobalCallBacksEx"))

File diff suppressed because one or more lines are too long