parent
76c6e09e39
commit
f6b340cc19
2 changed files with 11 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue