Log shifts
This commit is contained in:
parent
7eb2a1023b
commit
ed5c0a7d33
4 changed files with 51 additions and 38 deletions
|
|
@ -82,14 +82,14 @@ void Events::listener_startDrag(wl_listener* listener, void* data) {
|
|||
}
|
||||
|
||||
void Events::listener_InhibitActivate(wl_listener* listener, void* data) {
|
||||
g_pCompositor->m_sSeat.exclusiveClient = g_pCompositor->m_sWLRInhibitMgr->active_client;
|
||||
|
||||
Debug::log(LOG, "Activated exclusive for %x.", g_pCompositor->m_sSeat.exclusiveClient);
|
||||
|
||||
g_pCompositor->m_sSeat.exclusiveClient = g_pCompositor->m_sWLRInhibitMgr->active_client;
|
||||
}
|
||||
|
||||
void Events::listener_InhibitDeactivate(wl_listener* listener, void* data) {
|
||||
Debug::log(LOG, "Deactivated exclusive.");
|
||||
|
||||
g_pCompositor->m_sSeat.exclusiveClient = nullptr;
|
||||
g_pInputManager->refocus();
|
||||
|
||||
Debug::log(LOG, "Deactivated exclusive.");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue