1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-29 06:33:22 +00:00

Added XSetSelectionOwner

This commit is contained in:
Bryan Roe
2019-03-12 10:47:07 -07:00
parent 499da726c5
commit ec96a536eb

View File

@@ -225,6 +225,7 @@ function monitorinfo()
this._X11.CreateMethod('XSetFunction');
this._X11.CreateMethod('XSetLineAttributes');
this._X11.CreateMethod('XSetNormalHints');
this._X11.CreateMethod('XSetSelectionOwner');
this._X11.CreateMethod('XSetSubwindowMode');
this._X11.CreateMethod('XSync');
this._X11.CreateMethod('XBlackPixel');