init: Fix for issue #2797 (#2799)

* Fix for issue #2797

* Fix for issue #2797

* Fix for issue #2797
This commit is contained in:
ferrreo
2023-07-24 17:26:24 +01:00
committed by GitHub
parent 76c6e09e39
commit f6b340cc19
2 changed files with 11 additions and 2 deletions

View File

@@ -89,7 +89,6 @@ int main(int argc, char** argv) {
}
std::cout << "Welcome to Hyprland!\n";
Init::gainRealTime();
// let's init the compositor.
// it initializes basic Wayland stuff in the constructor.
@@ -98,6 +97,8 @@ int main(int argc, char** argv) {
g_pCompositor->initServer();
Init::gainRealTime();
Debug::log(LOG, "Hyprland init finished.");
// If all's good to go, start.