summaryrefslogtreecommitdiff
path: root/mate-panel/nothing.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-26 14:34:04 +0200
committerStefano Karapetsas <[email protected]>2013-10-26 14:34:04 +0200
commita6efbbceb5b1122512cd01609eab99fe522d8435 (patch)
tree43a85aa03fce3f022c5db5f60579daea90cecae3 /mate-panel/nothing.h
parentfa97943c56e331668aff4b3587fe70c5edcd36b2 (diff)
downloadmate-panel-a6efbbceb5b1122512cd01609eab99fe522d8435.tar.bz2
mate-panel-a6efbbceb5b1122512cd01609eab99fe522d8435.tar.xz
mate-panel: Add GTK3 support
Diffstat (limited to 'mate-panel/nothing.h')
-rw-r--r--mate-panel/nothing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-panel/nothing.h b/mate-panel/nothing.h
index 1dc7f02f..2c8d8f79 100644
--- a/mate-panel/nothing.h
+++ b/mate-panel/nothing.h
@@ -7,6 +7,7 @@
extern "C" {
#endif
+#if !GTK_CHECK_VERSION (3, 0, 0)
void start_screen_check (void);
void start_geginv (void);
gboolean panel_dialog_window_event (GtkWidget *window,
@@ -14,6 +15,7 @@ gboolean panel_dialog_window_event (GtkWidget *window,
int config_event (GtkWidget *widget,
GdkEvent *event,
GtkNotebook *nbook);
+#endif
#ifdef __cplusplus
}