handle unmanaged X11 setGeometry
This commit is contained in:
parent
75a580feda
commit
491b99c61e
6 changed files with 34 additions and 6 deletions
|
|
@ -191,7 +191,7 @@ void CAnimationManager::tick() {
|
|||
|
||||
|
||||
// set size and pos if valid, but only if damage policy entire (dont if border for example)
|
||||
if (g_pCompositor->windowValidMapped(PWINDOW) && av->m_eDamagePolicy == AVARDAMAGE_ENTIRE)
|
||||
if (g_pCompositor->windowValidMapped(PWINDOW) && av->m_eDamagePolicy == AVARDAMAGE_ENTIRE && PWINDOW->m_iX11Type != 2)
|
||||
g_pXWaylandManager->setWindowSize(PWINDOW, PWINDOW->m_vRealSize.goalv());
|
||||
|
||||
// manually schedule a frame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue