diff options
Diffstat (limited to 'globals.hpp')
-rw-r--r-- | globals.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.hpp b/globals.hpp index 0f61f64..7c6b866 100644 --- a/globals.hpp +++ b/globals.hpp @@ -2,7 +2,7 @@ #include "base_app.hpp" struct global_status { - BaseApp* current_app = 0; + BaseApp* foreground_app = 0; bool is_sleeping = false; bool app_ready = true; bool app_switch_requested = false; |