mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-05 09:36:28 +00:00
minor QoL patches
This commit is contained in:
@@ -61,13 +61,16 @@ void Events::listener_unmapWindow(wl_listener* listener, void* data) {
|
||||
|
||||
g_pCompositor->removeWindowFromVectorSafe(PWINDOW);
|
||||
|
||||
// refocus on a new window
|
||||
g_pInputManager->refocus();
|
||||
|
||||
Debug::log(LOG, "Window %x unmapped", PWINDOW);
|
||||
}
|
||||
|
||||
void Events::listener_commitWindow(wl_listener* listener, void* data) {
|
||||
CWindow* PWINDOW = wl_container_of(listener, PWINDOW, listen_commitWindow);
|
||||
|
||||
PWINDOW;
|
||||
Debug::log(LOG, "Window %x committed", PWINDOW);
|
||||
}
|
||||
|
||||
void Events::listener_destroyWindow(wl_listener* listener, void* data) {
|
||||
|
Reference in New Issue
Block a user