diff options
| author | 2026-09-07 14:42:21 -0400 | |
|---|---|---|
| committer | 2026-09-07 14:42:21 -0400 | |
| commit | e72c336d01b32bee304c8a2989e2335fcc26c143 (patch) | |
| tree | 62b69b421936114835481c27612aad023e070c4f /src/window_glfm.h | |
| parent | 9c4a7eb845126f068aaac0173453e803e5ea6bf8 (diff) | |
| download | stela-e72c336d01b32bee304c8a2989e2335fcc26c143.tar.gz stela-e72c336d01b32bee304c8a2989e2335fcc26c143.tar.bz2 stela-e72c336d01b32bee304c8a2989e2335fcc26c143.zip | |
Android improvements, update deps
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/window_glfm.h')
| -rw-r--r-- | src/window_glfm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_glfm.h b/src/window_glfm.h index b9c6c69..5214292 100644 --- a/src/window_glfm.h +++ b/src/window_glfm.h @@ -8,7 +8,7 @@ struct stl_glfm_global { GLFMDisplay *display; bool did_main; array(str) args; - u32 main_arg_index; + s32 main_arg_index; GLFMInterfaceOrientation orientation; }; |