[Xfce4-commits] <xfce4-wmdock-plugin:master> Added build support for xfce4-panel 4.7 (patch by Lionel Le Folgoc)

Andre Ellguth noreply at xfce.org
Fri Sep 3 13:04:01 CEST 2010


Updating branch refs/heads/master
         to fac72772086fbb33f85fb92ae8a0981b482f5066 (commit)
       from c7953fead6d0da5d1e968c8cd3fafd1f34064bea (commit)

commit fac72772086fbb33f85fb92ae8a0981b482f5066
Author: Andre Ellguth <ellguth at columbo.ibh>
Date:   Fri Sep 3 12:12:17 2010 +0200

    Added build support for xfce4-panel 4.7 (patch by Lionel Le Folgoc)

 panel-plugin/wmdock.c |    6 +-----
 panel-plugin/wmdock.h |    2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/panel-plugin/wmdock.c b/panel-plugin/wmdock.c
index f6877c6..ba545e2 100644
--- a/panel-plugin/wmdock.c
+++ b/panel-plugin/wmdock.c
@@ -34,11 +34,7 @@
 #include <gtk/gtk.h>
 #include <libxfce4util/libxfce4util.h>
 #include <libxfcegui4/libxfcegui4.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
-#include <libxfce4panel/xfce-panel-window.h>
-#include <libxfce4panel/xfce-hvbox.h>
-#include <libxfce4panel/xfce-arrow-button.h>
-#include <libxfce4panel/xfce-panel-convenience.h>
+#include <libxfce4panel/libxfce4panel.h>
 
 #include "wmdock.h"
 #include "xfce4-wmdock-plugin.xpm"
diff --git a/panel-plugin/wmdock.h b/panel-plugin/wmdock.h
index 1b0f178..f8c42c9 100644
--- a/panel-plugin/wmdock.h
+++ b/panel-plugin/wmdock.h
@@ -25,7 +25,7 @@
 #define __WMDOCK_H__
 
 #include <gtk/gtk.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
 
 #define WNCK_I_KNOW_THIS_IS_UNSTABLE
 #include <libwnck/libwnck.h>



More information about the Xfce4-commits mailing list