summaryrefslogtreecommitdiff
path: root/applets/wncklet/wncklet.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets/wncklet/wncklet.h')
-rw-r--r--applets/wncklet/wncklet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/wncklet/wncklet.h b/applets/wncklet/wncklet.h
index d561937f..145cbce3 100644
--- a/applets/wncklet/wncklet.h
+++ b/applets/wncklet/wncklet.h
@@ -24,8 +24,6 @@
#ifndef __WNCKLET_H__
#define __WNCKLET_H__
-#include <libwnck/libwnck.h>
-
#include <glib.h>
#include <gtk/gtk.h>
#include <mate-panel-applet.h>
@@ -36,6 +34,8 @@
extern "C" {
#endif
+typedef struct _WnckScreen WnckScreen;
+
void wncklet_display_help(GtkWidget* widget, const char* doc_id, const char* link_id, const char* icon_name);
WnckScreen* wncklet_get_screen(GtkWidget* applet);