[Pkg-wmaker-commits] [libdockapp] 03/05: libdockapp: Update header location in examples.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Oct 18 11:14:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository libdockapp.

commit cac7856d9fbd16451835e0c1253e3eb7a4480ed0
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Oct 18 00:02:48 2015 -0400

    libdockapp: Update header location in examples.
---
 examples/basic/basic.c           | 2 +-
 examples/rectangles/rectangles.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/basic/basic.c b/examples/basic/basic.c
index 1ff6606..508860f 100644
--- a/examples/basic/basic.c
+++ b/examples/basic/basic.c
@@ -8,7 +8,7 @@
  */
 
 /* also includes Xlib, Xresources, XPM, stdlib and stdio */
-#include <dockapp.h>
+#include <libdockapp/dockapp.h>
 #include <time.h>
 
 /* include the pixmap to use */
diff --git a/examples/rectangles/rectangles.c b/examples/rectangles/rectangles.c
index 7097004..b37ec37 100644
--- a/examples/rectangles/rectangles.c
+++ b/examples/rectangles/rectangles.c
@@ -18,7 +18,7 @@
  */
 #include <X11/extensions/shape.h>
 
-#include <dockapp.h>
+#include <libdockapp/dockapp.h>
 
 /* already includes Xlib, Xresources, XPM, stdlib and stdio */
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/libdockapp.git



More information about the Pkg-wmaker-commits mailing list