From a6efbbceb5b1122512cd01609eab99fe522d8435 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 26 Oct 2013 14:34:04 +0200 Subject: mate-panel: Add GTK3 support --- mate-panel/nothing.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mate-panel/nothing.h') 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 } -- cgit v1.2.1