diff options
author | 2019-06-20 10:33:15 +0900 | |
---|---|---|
committer | 2019-06-20 10:33:15 +0900 | |
commit | 729d2520cfc40d3eb461d2203a0b40ba7e259470 (patch) | |
tree | 353628441855b0a96b3814e7001c82cfe31281bd /src/window_manager.cpp | |
parent | ac17da7010c6bd90240a641d503991ca5d0cb41a (diff) |
Fix area and role
Signed-off-by: fukubayashi.akio <fukubayashi.akio@genetec.co.jp>
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" }; |