1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-16 00:03:45 +00:00

Added Xkeytosym

This commit is contained in:
Bryan Roe
2022-02-26 14:12:53 -08:00
parent c6b20ff1e2
commit 36ff9661e1
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -325,6 +325,7 @@ function monitorinfo()
this._X11.CreateMethod('XCreateGC');
this._X11.CreateMethod('XGetAtomName');
this._X11.CreateMethod('XGetWindowProperty');
this._X11.CreateMethod('XKeysymToKeycode');
this._X11.CreateMethod('XInternAtom');
this._X11.CreateMethod('XMapWindow');
this._X11.CreateMethod({ method: 'XNextEvent', threadDispatch: true });