compositor: warn on start via a log about start-hyprland

This commit is contained in:
Vaxry 2025-12-17 19:26:10 +00:00
parent 18901b8e59
commit f88deb928a
No known key found for this signature in database
GPG key ID: 665806380871D640
3 changed files with 10 additions and 3 deletions

View file

@ -67,7 +67,7 @@ class CCompositor {
void cleanup();
void bumpNofile();
void restoreNofile();
void setWatchdogFd(int fd);
bool setWatchdogFd(int fd);
bool m_readyToProcess = false;
bool m_sessionActive = true;