mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 23:05:58 +01:00
fixado
This commit is contained in:
parent
6e35f6335e
commit
972e4241d9
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) {
|
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!");
|
Debug::log(LOG, "Session got activated!");
|
||||||
|
|
||||||
g_pCompositor->m_bSessionActive = true;
|
g_pCompositor->m_bSessionActive = true;
|
||||||
|
|
Loading…
Reference in a new issue