From d2d685818a85b773c49802c494a0c386917b5ee6 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 26 Nov 2014 14:38:07 +0100 Subject: Gtk3: Silence GtkVbox and GtkHbox deprecation warnings --- battstat/power-management.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'battstat/power-management.c') diff --git a/battstat/power-management.c b/battstat/power-management.c index 682f9683..b046464c 100644 --- a/battstat/power-management.c +++ b/battstat/power-management.c @@ -62,6 +62,10 @@ "the ACPI subsystem. Check to make sure the " \ "ACPI subsystem is properly loaded.") +#if GTK_CHECK_VERSION (3, 0, 0) +#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y) +#endif + static const char *apm_readinfo (BatteryStatus *status); static int pm_initialised; #ifdef HAVE_HAL -- cgit v1.2.1