|
|
1.1 ! root 1: c2i = _cvt[x_cursor, int] ! 2: b2i = _cvt[x_bitmap, int] ! 3: f2i = _cvt[x_font, int] ! 4: p2i = _cvt[x_pixmap, int] ! 5: w2i = _cvt[x_window, int] ! 6: w2b = _cvt[_wordvec, _bytevec] ! 7: b2w = _cvt[_bytevec, _wordvec] ! 8: s2b = _cvt[string, _bytevec] ! 9: v2b = _cvt[x_vlist, _bytevec] ! 10: b2s = _cvt[_bytevec, string] ! 11: ! 12: x_createwindow = 1 ! 13: x_createtransparency = 2 ! 14: x_destroywindow = 3 ! 15: x_destroysubwindows = 4 ! 16: x_mapwindow = 5 ! 17: x_mapsubwindows = 6 ! 18: x_unmapwindow = 7 ! 19: x_unmapsubwindows = 8 ! 20: x_unmaptransparent = 9 ! 21: x_raisewindow = 10 ! 22: x_lowerwindow = 11 ! 23: x_circwindowup = 12 ! 24: x_movewindow = 13 ! 25: x_changewindow = 14 ! 26: x_configurewindow = 15 ! 27: x_changebackground = 16 ! 28: x_changeborder = 17 ! 29: x_tilemode = 18 ! 30: x_clipmode = 19 ! 31: x_querywindow = 20 ! 32: x_storename = 21 ! 33: x_fetchname = 22 ! 34: x_seticonwindow = 23 ! 35: x_setresizehint = 24 ! 36: x_getresizehint = 25 ! 37: x_definecursor = 26 ! 38: x_selectinput = 27 ! 39: x_grabmouse = 28 ! 40: x_grabbutton = 29 ! 41: x_querymouse = 30 ! 42: x_interpretlocator = 31 ! 43: x_warpmouse = 32 ! 44: x_focuskeyboard = 33 ! 45: x_circwindowdown = 34 ! 46: x_querytree = 35 ! 47: x_clear = 40 ! 48: x_pixfill = 41 ! 49: x_tilefill = 42 ! 50: x_pixmapput = 43 ! 51: x_pixmapbitsput = 44 ! 52: x_bitmapbitsput = 45 ! 53: x_copyarea = 46 ! 54: x_text = 47 ! 55: x_textmask = 48 ! 56: x_line = 49 ! 57: x_draw = 50 ! 58: x_drawfilled = 51 ! 59: x_pixmapsave = 52 ! 60: x_pixmapget = 53 ! 61: x_setup = 80 ! 62: x_ungrabmouse = 81 ! 63: x_ungrabbutton = 82 ! 64: x_getcolor = 83 ! 65: x_getcolorcells = 84 ! 66: x_freecolors = 85 ! 67: x_storecolors = 86 ! 68: x_querycolor = 87 ! 69: x_getfont = 88 ! 70: x_freefont = 89 ! 71: x_queryfont = 90 ! 72: x_charwidths = 91 ! 73: x_stringwidth = 92 ! 74: x_fontwidths = 93 ! 75: x_storebitmap = 94 ! 76: x_freebitmap = 95 ! 77: x_charbitmap = 96 ! 78: x_storepixmap = 97 ! 79: x_freepixmap = 98 ! 80: x_makepixmap = 99 ! 81: x_queryshape = 100 ! 82: x_storecursor = 101 ! 83: x_freecursor = 102 ! 84: x_mousecontrol = 103 ! 85: x_feepcontrol = 104 ! 86: x_feep_ = 105 ! 87: x_shiftlock = 106 ! 88: x_keyclick = 107 ! 89: x_autorepeat = 108 ! 90: x_screensaver = 109 ! 91: x_storebytes = 110 ! 92: x_fetchbytes = 111 ! 93: x_rotatecuts = 112 ! 94: x_addhost = 113 ! 95: x_removehost = 114 ! 96: x_gethosts = 115 ! 97: x_grabserver = 116 ! 98: x_ungrabserver = 117 ! 99: x_lookupcolor = 118 ! 100: ! 101: badrequest = 1 ! 102: badvalue = 2 ! 103: badwindow = 3 ! 104: badpixmap = 4 ! 105: badbitmap = 5 ! 106: badcursor = 6 ! 107: badfont = 7 ! 108: badmatch = 8 ! 109: badtile = 9 ! 110: badgrab = 10 ! 111: badaccess = 11 ! 112: badalloc = 12 ! 113: badcolor = 13 ! 114: ! 115: TileModeAbsolute = 0 ! 116: TileModeRelative = 1 ! 117: ClipModeClipped = 0 ! 118: ClipModeDrawThru = 1 ! 119: XYFormat = 0 ! 120: ZFormat = 1 ! 121: DrawSolidLine = 0 ! 122: DrawDashedLine = 1 ! 123: DrawPatternedLine = 2 ! 124: CursorShape = 0 ! 125: TileShape = 1 ! 126: BrushShape = 2 ! 127: LockUpDownMode = 0 ! 128: LockToggleMode = 1
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.