From 1ab9d314968f84e5b7e6530424cf08017de1f3ae Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Sat, 29 May 2021 13:58:38 +0200 Subject: Implement 'prev' and 'prevstacked' actions --- src/taskbar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/taskbar.h') 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. -- cgit v1.2.3