-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathxTypes.json
More file actions
41 lines (41 loc) · 1000 Bytes
/
xTypes.json
File metadata and controls
41 lines (41 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{ "xtojs":
{ "INT8": "Integer"
, "INT16": "Integer"
, "INT32": "Integer"
, "CARD8": "Integer"
, "CARD16": "Integer"
, "CARD32": "Integer"
, "BOOL": "Boolean"
, "TIMESTAMP": "Date"
, "WINDOW": "Integer"
, "PIXMAP": "Integer"
, "CURSOR": "Integer"
, "FONT": "Integer"
, "GCONTEXT": "Integer"
, "COLORMAP": "Integer"
, "FONTABLE": "Integer"
, "DRAWABLE": "Integer"
, "BUTTON": "Integer"
, "KEYCODE": "Integer"
, "ATOM": "Integer"
, "DRAWABLE": "Integer"
, "COLORMAP": "Integer"
, "BYTE": "Integer"
, "VISUALID": "Integer"
, "KEYSYM": "Integer"
, "void": "Integer"
, "char": "String"
}
, "xtoc":
{ "BYTE": "uint8_t"
, "BOOL": "uint8_t"
, "CARD32": "uint32_t"
, "CARD16": "uint16_t"
, "CARD8": "uint8_t"
, "INT8": "int8_t"
, "INT16": "int16_t"
, "INT32": "int32_t"
, "char": "char"
, "void": "char"
}
}