internal: Wayland Protocol impl improvements (#2944)
This commit is contained in:
parent
17d8e4750b
commit
37128bfd43
6 changed files with 98 additions and 33 deletions
|
|
@ -98,6 +98,9 @@ void CCompositor::initServer() {
|
|||
|
||||
initManagers(STAGE_PRIORITY);
|
||||
|
||||
if (const auto ENV = getenv("HYPRLAND_TRACE"); ENV && std::string(ENV) == "1")
|
||||
Debug::trace = true;
|
||||
|
||||
wlr_log_init(WLR_INFO, NULL);
|
||||
|
||||
const auto LOGWLR = getenv("HYPRLAND_LOG_WLR");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue