summaryrefslogtreecommitdiff
path: root/applets/wncklet/wayland-backend.h
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2025-09-28 00:02:10 -0400
committerlukefromdc <[email protected]>2025-09-28 03:04:25 -0400
commit271fea95072851db70191cf55a830b43656b1e47 (patch)
tree1a7573a966dfbcfc2f393296ac4180c6afe0f4de /applets/wncklet/wayland-backend.h
parentcf2f458dd8b70450c3fdffb10d4a45c8c369b3e9 (diff)
downloadmate-panel-Switcher-WIP.tar.bz2
mate-panel-Switcher-WIP.tar.xz
Workspace-switcher: Initially display a switcher applet in waylandSwitcher-WIP
*Nothing is wired up yet, this is just a displayable applet initially hardcoded to 4 workspaces. That will change to the actual number of workspaces once this is wired up to wayfire
Diffstat (limited to 'applets/wncklet/wayland-backend.h')
-rw-r--r--applets/wncklet/wayland-backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/applets/wncklet/wayland-backend.h b/applets/wncklet/wayland-backend.h
index e2402236..44d324a1 100644
--- a/applets/wncklet/wayland-backend.h
+++ b/applets/wncklet/wayland-backend.h
@@ -38,6 +38,8 @@ extern "C" {
GtkWidget* wayland_tasklist_new (void);
void wayland_tasklist_set_orientation (GtkWidget* tasklist_widget, GtkOrientation orient);
+GtkWidget* wayland_pager_new (GtkWidget *box);
+
#ifdef __cplusplus
}
#endif