aboutsummaryrefslogtreecommitdiff
path: root/src/taskbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/taskbar.h')
-rw-r--r--src/taskbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/taskbar.h b/src/taskbar.h
index e65600f..1ac330d 100644
--- a/src/taskbar.h
+++ b/src/taskbar.h
@@ -46,6 +46,9 @@ void FocusPrevious();
/** Focus the next stacked client. */
void FocusNextStackedCircular();
+/** Focus the previous stacked client. */
+void FocusPreviousStackedCircular();
+
/** Set the maximum width of task bar items.
* @param cp The task bar component.
* @param value The maximum width.