修复在macos的链接问题
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#include "misc/singleton/singleton_manager.h"
|
||||
#include "spdlog/spdlog.h"
|
||||
#include "spdlog/sinks/daily_file_sink.h"
|
||||
#include "spdlog/sinks/stdout_color_sinks.h"
|
||||
#include "spdlog/sinks/ansicolor_sink.h"
|
||||
#include "spdlog/sinks/stdout_sinks.h"
|
||||
#include "thread_message/thread_message_hubs.h"
|
||||
#include "window/window_manager.h"
|
||||
|
||||
application::application() {
|
||||
}
|
||||
@@ -42,3 +42,10 @@ void application::shutdown() {
|
||||
spdlog::drop_all();
|
||||
spdlog::shutdown();
|
||||
}
|
||||
|
||||
bool application::update_window_manager()
|
||||
{
|
||||
g_main_thread_hub.process_messages();
|
||||
g_window_manager.update();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user