diff options
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; }; |