mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-30 23:28:28 +00:00
remove fixXwaylandwindowsonworkspace, not needed anymore
This commit is contained in:
@@ -819,6 +819,9 @@ CWindow* CCompositor::getFirstWindowOnWorkspace(const int& id) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void CCompositor::fixXWaylandWindowsOnWorkspace(const int& id) {
|
void CCompositor::fixXWaylandWindowsOnWorkspace(const int& id) {
|
||||||
|
// not needed anymore
|
||||||
|
return;
|
||||||
|
|
||||||
const auto ISVISIBLE = isWorkspaceVisible(id);
|
const auto ISVISIBLE = isWorkspaceVisible(id);
|
||||||
|
|
||||||
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(id);
|
const auto PWORKSPACE = g_pCompositor->getWorkspaceByID(id);
|
||||||
|
Reference in New Issue
Block a user