mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-16 16:23:25 +00:00
Added ability to register for ClientMessage events
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -28,6 +28,7 @@ var PropModeReplace = 0;
|
|||||||
var XA_ATOM = 4;
|
var XA_ATOM = 4;
|
||||||
var MWM_HINTS_FUNCTIONS = (1 << 0);
|
var MWM_HINTS_FUNCTIONS = (1 << 0);
|
||||||
var MWM_HINTS_DECORATIONS = (1 << 1);
|
var MWM_HINTS_DECORATIONS = (1 << 1);
|
||||||
|
var ClientMessage = 33;
|
||||||
|
|
||||||
function getLibInfo(libname)
|
function getLibInfo(libname)
|
||||||
{
|
{
|
||||||
@@ -298,6 +299,7 @@ function monitorinfo()
|
|||||||
this._X11.CreateMethod('XSetNormalHints');
|
this._X11.CreateMethod('XSetNormalHints');
|
||||||
this._X11.CreateMethod('XSetSelectionOwner');
|
this._X11.CreateMethod('XSetSelectionOwner');
|
||||||
this._X11.CreateMethod('XSetSubwindowMode');
|
this._X11.CreateMethod('XSetSubwindowMode');
|
||||||
|
this._X11.CreateMethod('XSetWMProtocols');
|
||||||
this._X11.CreateMethod('XStoreName');
|
this._X11.CreateMethod('XStoreName');
|
||||||
this._X11.CreateMethod('XSync');
|
this._X11.CreateMethod('XSync');
|
||||||
this._X11.CreateMethod('XBlackPixel');
|
this._X11.CreateMethod('XBlackPixel');
|
||||||
|
|||||||
Reference in New Issue
Block a user