summaryrefslogtreecommitdiff
path: root/mate-panel/nothing.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/nothing.h')
-rw-r--r--mate-panel/nothing.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/mate-panel/nothing.h b/mate-panel/nothing.h
new file mode 100644
index 00000000..1dc7f02f
--- /dev/null
+++ b/mate-panel/nothing.h
@@ -0,0 +1,22 @@
+#ifndef NOTHING_H
+#define NOTHING_H
+
+#include <gtk/gtk.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void start_screen_check (void);
+void start_geginv (void);
+gboolean panel_dialog_window_event (GtkWidget *window,
+ GdkEvent *event);
+int config_event (GtkWidget *widget,
+ GdkEvent *event,
+ GtkNotebook *nbook);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif