summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/switcher/src/switcher.cpp2
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