[PATCH 1/6] wmmenu: Update header file location.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
In libdockapp 0.7.0, dockapp.h was moved to /usr/include/libdockapp.
---
 wmmenu/buttonbar.c | 2 +-
 wmmenu/events.c    | 2 +-
 wmmenu/pixmaps.c   | 2 +-
 wmmenu/wmmenu.c    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wmmenu/buttonbar.c b/wmmenu/buttonbar.c
index a80cde1..82b2ff9 100644
--- a/wmmenu/buttonbar.c
+++ b/wmmenu/buttonbar.c
@@ -1,6 +1,6 @@
 #include <assert.h>
 
-#include <dockapp.h>
+#include <libdockapp/dockapp.h>
 
 #include "buttonbar.h"
 #include "xobjects.h"
diff --git a/wmmenu/events.c b/wmmenu/events.c
index 11403d0..6eaf904 100644
--- a/wmmenu/events.c
+++ b/wmmenu/events.c
@@ -22,7 +22,7 @@ Reparent and Destroy events are catched with StructureNotifyMask.
 
 #include <stdlib.h>
 
-#include <dockapp.h>
+#include <libdockapp/dockapp.h>
 
 #include "types.h"
 #include "events.h"
diff --git a/wmmenu/pixmaps.c b/wmmenu/pixmaps.c
index e56f637..4ebe549 100644
--- a/wmmenu/pixmaps.c
+++ b/wmmenu/pixmaps.c
@@ -4,7 +4,7 @@
 #ifdef WITH_GDKPIXBUF
 #include <gdk-pixbuf-xlib/gdk-pixbuf-xlib.h>
 #endif
-#include <dockapp.h>
+#include <libdockapp/dockapp.h>
 
 #include "pixmaps.h"
 #include "xobjects.h"
diff --git a/wmmenu/wmmenu.c b/wmmenu/wmmenu.c
index b2ae56b..d810d7e 100644
--- a/wmmenu/wmmenu.c
+++ b/wmmenu/wmmenu.c
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <dockapp.h>
+#include <libdockapp/dockapp.h>
 
 #include "options.h"
 #include "menu.h"
-- 
2.1.4


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.