[Xfce4-commits] <xfce4-panel:andrzejr/wrapper3> Made libxfce4panel more in sync with gtk3 branch.
Peter de Ridder
noreply at xfce.org
Mon Apr 8 00:54:02 CEST 2013
Updating branch refs/heads/andrzejr/wrapper3
to 0775a8c67b17f6140f54dc736fffda733a48273f (commit)
from 1b51c7af53d9a8831c23c9daaa10e3af87c17482 (commit)
commit 0775a8c67b17f6140f54dc736fffda733a48273f
Author: Peter de Ridder <peter at xfce.org>
Date: Sun Apr 7 23:30:40 2013 +0200
Made libxfce4panel more in sync with gtk3 branch.
libxfce4panel/libxfce4panel.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libxfce4panel/libxfce4panel.h b/libxfce4panel/libxfce4panel.h
index 5db33c3..f6b4b22 100644
--- a/libxfce4panel/libxfce4panel.h
+++ b/libxfce4panel/libxfce4panel.h
@@ -19,7 +19,7 @@
#ifndef __LIBXFCE4PANEL__
#define __LIBXFCE4PANEL__
-G_BEGIN_DECLS
+#include <gtk/gtk.h>
#define LIBXFCE4PANEL_INSIDE_LIBXFCE4PANEL_H
@@ -29,13 +29,13 @@ 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>
#undef LIBXFCE4PANEL_INSIDE_LIBXFCE4PANEL_H
-G_END_DECLS
-
#endif /* !__LIBXFCE4PANEL__ */
More information about the Xfce4-commits
mailing list