diff options
Diffstat (limited to 'applets/wncklet/workspace-switcher.h')
-rw-r--r-- | applets/wncklet/workspace-switcher.h | 25 |
1 files changed, 25 insertions, 0 deletions
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 <glib.h> +#include <mate-panel-applet.h> + +#ifdef __cplusplus +extern "C" { +#endif + +gboolean workspace_switcher_applet_fill(MatePanelApplet* applet); + +#ifdef __cplusplus +} +#endif + +#endif |