From c51ef797a707f4e2c6f9688d4378f2b0e9898a66 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 1 Dec 2011 22:56:10 -0300 Subject: moving from https://github.com/perberos/mate-desktop-environment --- applets/wncklet/workspace-switcher.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 applets/wncklet/workspace-switcher.h (limited to 'applets/wncklet/workspace-switcher.h') diff --git a/applets/wncklet/workspace-switcher.h b/applets/wncklet/workspace-switcher.h new file mode 100644 index 00000000..7d7dead5 --- /dev/null +++ b/applets/wncklet/workspace-switcher.h @@ -0,0 +1,25 @@ +/* + * libwnck based pager Apple. + * (C) 2001 Alexander Larsson + * + * Authors: Alexander Larsson + * + */ + +#ifndef __WORKSPACE_SWITCHER_APPLET_H__ +#define __WORKSPACE_SWITCHER_APPLET_H__ + +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +gboolean workspace_switcher_applet_fill(MatePanelApplet* applet); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.1