diff options
Diffstat (limited to 'mate-panel/nothing.cP')
-rw-r--r-- | mate-panel/nothing.cP | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-panel/nothing.cP b/mate-panel/nothing.cP index cfb935c5..13d45cc3 100644 --- a/mate-panel/nothing.cP +++ b/mate-panel/nothing.cP @@ -8,6 +8,7 @@ #include <gdk/gdkkeysyms.h> #if GTK_CHECK_VERSION (3, 0, 0) #include <gdk/gdkkeysyms-compat.h> +#define gtk_vbox_new(X, Y) gtk_box_new(GTK_ORIENTATION_VERTICAL, Y) #endif #include <canberra-gtk.h> @@ -1571,4 +1572,4 @@ panel_dialog_window_event (GtkWidget *window, return FALSE; } -#endif
\ No newline at end of file +#endif |