diff options
Diffstat (limited to 'src/window_manager.cpp')
-rw-r--r-- | src/window_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_manager.cpp b/src/window_manager.cpp index f121709..52a7144 100644 --- a/src/window_manager.cpp +++ b/src/window_manager.cpp @@ -84,6 +84,7 @@ static sd_event_source *g_timer_ev_src = nullptr; static sd_event_source *g_timer_endInit_src = nullptr; static AppList g_app_list; static WindowManager *g_context; +static bool testFlg = false; static vector<string> white_list_area_size_change = { "homescreen" }; |