static char * X11RequestNames[ 128 ] =
{
 
    "BadRequest" ,
    "CreateWindow" ,
    "ChangeWindowAttributes" ,
    "GetWindowAttributes" ,
    "DestroyWindow" ,
    "DestroySubwindows" ,		/* 5 */
    "ChangeSaveSet" ,
    "ReparentWindow" ,
    "MapWindow" ,
    "MapSubwindows" ,
    "UnmapWindow" ,			/* 10 */
    "UnmapSubwindows" ,
    "ConfigureWindow" ,
    "CirculateWindow" ,
    "GetGeometry" ,
    "QueryTree" ,			/* 15 */
    "InternAtom" ,
    "GetAtomName" ,
    "ChangeProperty" ,
    "DeleteProperty" ,
    "GetProperty" ,			/* 20 */
    "ListProperties" ,
    "SetSelectionOwner" ,
    "GetSelectionOwner" ,
    "ConvertSelection" ,
    "SendEvent" ,			/* 25 */
    "GrabPointer" ,
    "UngrabPointer" ,
    "GrabButton" ,
    "UngrabButton" ,
    "ChangeActivePointerGrab" ,	/* 30 */
    "GrabKeyboard" ,
    "UngrabKeyboard" ,
    "GrabKey" ,
    "UngrabKey" ,
    "AllowEvents" ,			/* 35 */
    "GrabServer" ,
    "UngrabServer" ,
    "QueryPointer" ,
    "GetMotionEvents" ,
    "TranslateCoords" ,		/* 40 */
    "WarpPointer" ,
    "SetInputFocus" ,
    "GetInputFocus" ,
    "QueryKeymap" ,
    "OpenFont" ,			/* 45 */
    "CloseFont" ,
    "QueryFont" ,
    "QueryTextExtents" ,
    "ListFonts" ,
    "ListFontsWithInfo" ,		/* 50 */
    "SetFontPath" ,
    "GetFontPath" ,
    "CreatePixmap" ,
    "FreePixmap" ,
    "CreateGC" ,			/* 55 */
    "ChangeGC" ,
    "CopyGC" ,
    "SetDashes" ,
    "SetClipRectangles" ,
    "FreeGC" ,				/* 60 */
    "ClearToBackground" ,
    "CopyArea" ,
    "CopyPlane" ,
    "PolyPoint" ,
    "PolyLine" ,			/* 65 */
    "PolySegment" ,
    "PolyRectangle" ,
    "PolyArc" ,
    "FillPoly" ,
    "PolyFillRectangle" ,		/* 70 */
    "PolyFillArc" ,
    "PutImage" ,
    "GetImage" ,
    "PolyText" ,
    "PolyText" ,			/* 75 */
    "ImageText" ,
    "ImageText" ,
    "CreateColormap" ,
    "FreeColormap" ,
    "CopyColormapAndFree" ,		/* 80 */
    "InstallColormap" ,
    "UninstallColormap" ,
    "ListInstalledColormaps" ,
    "AllocColor" ,
    "AllocNamedColor" ,		/* 85 */
    "AllocColorCells" ,
    "AllocColorPlanes" ,
    "FreeColors" ,
    "StoreColors" ,
    "StoreNamedColor" ,		/* 90 */
    "QueryColors" ,
    "LookupColor" ,
    "CreateCursor" ,
    "CreateGlyphCursor" ,
    "FreeCursor" ,			/* 95 */
    "RecolorCursor" ,
    "QueryBestSize" ,
    "QueryExtension" ,
    "ListExtensions" ,
    "ChangeKeyboardMapping" ,		/* 100 */
    "GetKeyboardMapping" ,
    "ChangeKeyboardControl" ,
    "GetKeyboardControl" ,
    "Bell" ,
    "ChangePointerControl" ,		/* 105 */
    "GetPointerControl" ,
    "SetScreenSaver" ,
    "GetScreenSaver" ,
    "ChangeHosts" ,
    "ListHosts" ,			/* 110 */
    "ChangeAccessControl" ,
    "ChangeCloseDownMode" ,
    "KillClient" ,
    "RotateProperties" ,
    "ForceScreenSaver" ,		/* 115 */
    "SetPointerMapping" ,
    "GetPointerMapping" ,
    "SetModifierMapping" ,
    "GetModifierMapping" ,
    "Undefined" ,					/* 120 */
    "Undefined" ,
    "Undefined" ,
    "Undefined" ,
    "Undefined" ,
    "Undefined" ,					/* 125 */
    "Undefined" ,
    "NoOperation"    
};
