mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 09:46:00 +01:00
update decos on configureX11
This commit is contained in:
parent
7c7690eb08
commit
191c02a4f4
1 changed files with 2 additions and 0 deletions
|
@ -542,6 +542,8 @@ void Events::listener_configureX11(void* owner, void* data) {
|
|||
g_pInputManager->refocus();
|
||||
|
||||
g_pHyprRenderer->damageWindow(PWINDOW);
|
||||
|
||||
PWINDOW->updateWindowDecos();
|
||||
}
|
||||
|
||||
void Events::listener_unmanagedSetGeometry(void* owner, void* data) {
|
||||
|
|
Loading…
Reference in a new issue