aboutsummaryrefslogtreecommitdiff
path: root/src/taskbar.h
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-29 13:58:38 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-05-29 13:58:38 +0200
commit1ab9d314968f84e5b7e6530424cf08017de1f3ae (patch)
tree8dbc526b126203391bae5083a4c9fcfa0d708450 /src/taskbar.h
parentd2c39c274907aef944ab47447c3515d1552d13e2 (diff)
downloadjwm-1ab9d314968f84e5b7e6530424cf08017de1f3ae.tar.gz
Implement 'prev' and 'prevstacked' actions
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.