mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-13 09:25:59 +01:00
fixado
This commit is contained in:
parent
cb3a3a4998
commit
c7e4f24c45
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ void Events::listener_RendererDestroy(wl_listener* listener, void* data) {
|
|||
}
|
||||
|
||||
void Events::listener_sessionActive(wl_listener* listener, void* data) {
|
||||
if (g_pCompositor->m_sWLRSession->active) {
|
||||
if (g_pCompositor->m_pAqBackend->session->active) {
|
||||
Debug::log(LOG, "Session got activated!");
|
||||
|
||||
g_pCompositor->m_bSessionActive = true;
|
||||
|
|
Loading…
Reference in a new issue