diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-07-20 08:19:34 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-07-20 08:19:34 +0200 |
| commit | 4116490cf1782aca9a32e29be719d74a9c99b9d0 (patch) | |
| tree | 228d5d01dfd52b80bbdcd1eb42fcec3b4657259f /bindgen/gen_zig.py | |
| parent | fa2b972d6643bce957cc9369f8e760a439a5ef1d (diff) | |
map SGL_NO_ERROR to SGL_ERROR_NO_ERROR
Diffstat (limited to 'bindgen/gen_zig.py')
| -rw-r--r-- | bindgen/gen_zig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindgen/gen_zig.py b/bindgen/gen_zig.py index 4132fb1c..84a95147 100644 --- a/bindgen/gen_zig.py +++ b/bindgen/gen_zig.py @@ -50,6 +50,7 @@ overrides = { 'sshape_element_range_t.base_element': 'uint32_t', 'sshape_element_range_t.num_elements': 'uint32_t', 'sdtx_font.font_index': 'uint32_t', + 'SGL_NO_ERROR': 'SGL_ERROR_NO_ERROR', } prim_types = { |