mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
Use sub windows to render main window
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
#endif
|
||||
|
||||
#include "log.h"
|
||||
#include "main_window.h"
|
||||
#include "render.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
LOG_INFO("Remote desk");
|
||||
MainWindow main_window;
|
||||
Render render;
|
||||
|
||||
main_window.Run();
|
||||
render.Run();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user