handle keys and focus
This commit is contained in:
parent
5811d968bf
commit
dbf566c78a
4 changed files with 28 additions and 7 deletions
|
|
@ -193,4 +193,6 @@ void CCompositor::focusWindow(CWindow* pWindow) {
|
|||
g_pXWaylandManager->activateSurface(g_pXWaylandManager->getWindowSurface(m_pLastFocus), false);
|
||||
|
||||
m_pLastFocus = pWindow;
|
||||
|
||||
Debug::log(LOG, "Set focus to %x", pWindow);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue