From 79250c42d6c7e4f999381856a71b25f5193b7221 Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Sat, 29 May 2021 14:43:06 +0200 Subject: FocusPreviousStackedCircular: Fix typo --- src/taskbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taskbar.c b/src/taskbar.c index c553652..1e2cb1b 100644 --- a/src/taskbar.c +++ b/src/taskbar.c @@ -710,7 +710,7 @@ void FocusPreviousStackedCircular() { ac = GetActiveClient(); np = NULL; - /* Check for a valid client below this client in the same layer. */ + /* Check for a valid client above this client in the same layer. */ if(ac) { for(np = ac->prev; np; np = np->prev) { if(ShouldFocusItem(np)) { -- cgit v1.2.3