mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 23:25:57 +01:00
remove fixXwaylandwindowsonworkspace, not needed anymore
This commit is contained in:
parent
8bcfda2230
commit
53b8263eb1
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue