aboutsummaryrefslogtreecommitdiff
path: root/src/struct_info.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/struct_info.json')
-rw-r--r--src/struct_info.json24
1 files changed, 22 insertions, 2 deletions
diff --git a/src/struct_info.json b/src/struct_info.json
index 5b4726e8..c136cc8b 100644
--- a/src/struct_info.json
+++ b/src/struct_info.json
@@ -169,7 +169,8 @@
{
"file": "libc/time.h",
"defines": [
- ["li", "CLOCKS_PER_SEC"]
+ ["li", "CLOCKS_PER_SEC"],
+ "CLOCK_REALTIME"
],
"structs": {
"timezone": [
@@ -290,7 +291,11 @@
"AI_CANONNAME",
"AI_PASSIVE",
"NI_NAMEREQD",
- "EAI_NONAME",
+ "EAI_NONAME",
+ "EAI_AGAIN",
+ "EAI_FAIL",
+ "EAI_MEMORY",
+ "EAI_SYSTEM",
"EAI_SOCKTYPE",
"EAI_BADFLAGS"
],
@@ -961,6 +966,21 @@
"x",
"y"
],
+ "SDL_JoyAxisEvent": [
+ "type",
+ "which",
+ "axis",
+ "padding1",
+ "padding2",
+ "value"
+ ],
+ "SDL_JoyButtonEvent": [
+ "type",
+ "which",
+ "button",
+ "state",
+ "padding1"
+ ],
"SDL_ResizeEvent": [
"type",
"w",