[Xfce4-commits] <xfce4-panel:nick/gtk3> Added back xfce-hvbox.h for GTK+-2.
Peter de Ridder
noreply at xfce.org
Sun Mar 24 21:38:01 CET 2013
Updating branch refs/heads/nick/gtk3
to f9e5f6a12098724e2e51532c4b79d322ec6a51b0 (commit)
from cdbbcdceba06edfb5bfe92d7f1348a662debd534 (commit)
commit f9e5f6a12098724e2e51532c4b79d322ec6a51b0
Author: Peter de Ridder <peter at xfce.org>
Date: Sun Mar 24 21:38:15 2013 +0100
Added back xfce-hvbox.h for GTK+-2.
libxfce4panel/libxfce4panel.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/libxfce4panel/libxfce4panel.h b/libxfce4panel/libxfce4panel.h
index a64907b..85ecbf5 100644
--- a/libxfce4panel/libxfce4panel.h
+++ b/libxfce4panel/libxfce4panel.h
@@ -19,6 +19,8 @@
#ifndef __LIBXFCE4PANEL__
#define __LIBXFCE4PANEL__
+#include <gtk/gtk.h>
+
G_BEGIN_DECLS
#define LIBXFCE4PANEL_INSIDE_LIBXFCE4PANEL_H
@@ -29,6 +31,9 @@ G_BEGIN_DECLS
#include <libxfce4panel/xfce-panel-macros.h>
#include <libxfce4panel/xfce-panel-macros-46.h>
#include <libxfce4panel/xfce-arrow-button.h>
+#if !GTK_CHECK_VERSION (3, 0, 0)
+#include <libxfce4panel/xfce-hvbox.h>
+#endif
#include <libxfce4panel/xfce-panel-convenience.h>
#include <libxfce4panel/xfce-panel-plugin.h>
#include <libxfce4panel/xfce-panel-image.h>
More information about the Xfce4-commits
mailing list