diff options
-rw-r--r-- | plugins/switcher/src/switcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/switcher/src/switcher.cpp b/plugins/switcher/src/switcher.cpp index 57c1f1f..9b70900 100644 --- a/plugins/switcher/src/switcher.cpp +++ b/plugins/switcher/src/switcher.cpp @@ -740,7 +740,7 @@ SwitchScreen::glPaintOutput (const GLScreenPaintAttrib &sAttrib, screen->unhookWindow (zoomed); screen->insertWindow (zoomed, - screen->windows ().back ()->id ()); + screen->clientList ().back ()->id ()); } } else |