Mercurial > games > semicongine
comparison semiconginev2/old/thirdparty/x11/xatom.nim @ 1218:56781cc0fc7c compiletime-tests
did: renamge main package
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 17 Jul 2024 21:01:37 +0700 |
| parents | semicongine/old/thirdparty/x11/xatom.nim@239adab121a3 |
| children |
comparison
equal
deleted
inserted
replaced
| 1217:f819a874058f | 1218:56781cc0fc7c |
|---|---|
| 1 # | |
| 2 # THIS IS A GENERATED FILE | |
| 3 # | |
| 4 # Do not change! Changing this file implies a protocol change! | |
| 5 # | |
| 6 | |
| 7 import | |
| 8 x | |
| 9 | |
| 10 const | |
| 11 XA_PRIMARY* = Atom(1) | |
| 12 XA_SECONDARY* = Atom(2) | |
| 13 XA_ARC* = Atom(3) | |
| 14 XA_ATOM* = Atom(4) | |
| 15 XA_BITMAP* = Atom(5) | |
| 16 XA_CARDINAL* = Atom(6) | |
| 17 XA_COLORMAP* = Atom(7) | |
| 18 XA_CURSOR* = Atom(8) | |
| 19 XA_CUT_BUFFER0* = Atom(9) | |
| 20 XA_CUT_BUFFER1* = Atom(10) | |
| 21 XA_CUT_BUFFER2* = Atom(11) | |
| 22 XA_CUT_BUFFER3* = Atom(12) | |
| 23 XA_CUT_BUFFER4* = Atom(13) | |
| 24 XA_CUT_BUFFER5* = Atom(14) | |
| 25 XA_CUT_BUFFER6* = Atom(15) | |
| 26 XA_CUT_BUFFER7* = Atom(16) | |
| 27 XA_DRAWABLE* = Atom(17) | |
| 28 XA_FONT* = Atom(18) | |
| 29 XA_INTEGER* = Atom(19) | |
| 30 XA_PIXMAP* = Atom(20) | |
| 31 XA_POINT* = Atom(21) | |
| 32 XA_RECTANGLE* = Atom(22) | |
| 33 XA_RESOURCE_MANAGER* = Atom(23) | |
| 34 XA_RGB_COLOR_MAP* = Atom(24) | |
| 35 XA_RGB_BEST_MAP* = Atom(25) | |
| 36 XA_RGB_BLUE_MAP* = Atom(26) | |
| 37 XA_RGB_DEFAULT_MAP* = Atom(27) | |
| 38 XA_RGB_GRAY_MAP* = Atom(28) | |
| 39 XA_RGB_GREEN_MAP* = Atom(29) | |
| 40 XA_RGB_RED_MAP* = Atom(30) | |
| 41 XA_STRING* = Atom(31) | |
| 42 XA_VISUALID* = Atom(32) | |
| 43 XA_WINDOW* = Atom(33) | |
| 44 XA_WM_COMMAND* = Atom(34) | |
| 45 XA_WM_HINTS* = Atom(35) | |
| 46 XA_WM_CLIENT_MACHINE* = Atom(36) | |
| 47 XA_WM_ICON_NAME* = Atom(37) | |
| 48 XA_WM_ICON_SIZE* = Atom(38) | |
| 49 XA_WM_NAME* = Atom(39) | |
| 50 XA_WM_NORMAL_HINTS* = Atom(40) | |
| 51 XA_WM_SIZE_HINTS* = Atom(41) | |
| 52 XA_WM_ZOOM_HINTS* = Atom(42) | |
| 53 XA_MIN_SPACE* = Atom(43) | |
| 54 XA_NORM_SPACE* = Atom(44) | |
| 55 XA_MAX_SPACE* = Atom(45) | |
| 56 XA_END_SPACE* = Atom(46) | |
| 57 XA_SUPERSCRIPT_X* = Atom(47) | |
| 58 XA_SUPERSCRIPT_Y* = Atom(48) | |
| 59 XA_SUBSCRIPT_X* = Atom(49) | |
| 60 XA_SUBSCRIPT_Y* = Atom(50) | |
| 61 XA_UNDERLINE_POSITION* = Atom(51) | |
| 62 XA_UNDERLINE_THICKNESS* = Atom(52) | |
| 63 XA_STRIKEOUT_ASCENT* = Atom(53) | |
| 64 XA_STRIKEOUT_DESCENT* = Atom(54) | |
| 65 XA_ITALIC_ANGLE* = Atom(55) | |
| 66 XA_X_HEIGHT* = Atom(56) | |
| 67 XA_QUAD_WIDTH* = Atom(57) | |
| 68 XA_WEIGHT* = Atom(58) | |
| 69 XA_POINT_SIZE* = Atom(59) | |
| 70 XA_RESOLUTION* = Atom(60) | |
| 71 XA_COPYRIGHT* = Atom(61) | |
| 72 XA_NOTICE* = Atom(62) | |
| 73 XA_FONT_NAME* = Atom(63) | |
| 74 XA_FAMILY_NAME* = Atom(64) | |
| 75 XA_FULL_NAME* = Atom(65) | |
| 76 XA_CAP_HEIGHT* = Atom(66) | |
| 77 XA_WM_CLASS* = Atom(67) | |
| 78 XA_WM_TRANSIENT_FOR* = Atom(68) | |
| 79 XA_LAST_PREDEFINED* = Atom(68) | |
| 80 | |
| 81 # implementation |
