>From 3fb071fc996fa31c05420431350f772b5d813ec9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]>
Date: Tue, 20 Aug 2012 10:11:25 +0200
Subject: [PATCH 02/12] wmbutton: Correct path for X11 libs

The X11 libraries are now in include/X11 folder, instead of include
folder. Now is possible to compile the application in new systems.

This patch changes the wmbutton version in the README file too.
---
 wmbutton/README     |    4 ++--
 wmbutton/wmbutton.h |   10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/wmbutton/README b/wmbutton/README
index 5da98ae..fe0cb79 100644
--- a/wmbutton/README
+++ b/wmbutton/README
@@ -52,10 +52,10 @@ helping out, catching bugs in the code, etc.
 INSTALLATION:
 -------------
        Untar the file: 
-               tar xvzf wmbutton-0.5.tar.gz
+               tar xvzf wmbutton-0.6.1.tar.gz
 
        CD to source directory:  
-               cd wmbutton-0.5
+               cd wmbutton-0.6.1
 
        Edit background xpm, and buttons.xpm to your preferences
        There are icon files in ./icons to work from
diff --git a/wmbutton/wmbutton.h b/wmbutton/wmbutton.h
index 178f896..5c721af 100644
--- a/wmbutton/wmbutton.h
+++ b/wmbutton/wmbutton.h
@@ -2,11 +2,11 @@
 /* Last Modified 3/27/04 */
 
 /******  Include Files ***************************************************/
-#include <Xlib.h>
-#include <Xutil.h>
-#include <xpm.h>
-#include <extensions/shape.h>
-#include <keysym.h>
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
+#include <X11/xpm.h>
+#include <X11/extensions/shape.h>
+#include <X11/keysym.h>
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>
-- 
1.7.10.4

-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/
>From 3fb071fc996fa31c05420431350f772b5d813ec9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]>
Date: Tue, 20 Aug 2012 10:11:25 +0200
Subject: [PATCH 02/12] wmbutton: Correct path for X11 libs

The X11 libraries are now in include/X11 folder, instead of include
folder. Now is possible to compile the application in new systems.

This patch changes the wmbutton version in the README file too.
---
 wmbutton/README     |    4 ++--
 wmbutton/wmbutton.h |   10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/wmbutton/README b/wmbutton/README
index 5da98ae..fe0cb79 100644
--- a/wmbutton/README
+++ b/wmbutton/README
@@ -52,10 +52,10 @@ helping out, catching bugs in the code, etc.
 INSTALLATION:
 -------------
 	Untar the file: 
-		tar xvzf wmbutton-0.5.tar.gz
+		tar xvzf wmbutton-0.6.1.tar.gz
 
 	CD to source directory:  
-		cd wmbutton-0.5
+		cd wmbutton-0.6.1
 
 	Edit background xpm, and buttons.xpm to your preferences
 	There are icon files in ./icons to work from
diff --git a/wmbutton/wmbutton.h b/wmbutton/wmbutton.h
index 178f896..5c721af 100644
--- a/wmbutton/wmbutton.h
+++ b/wmbutton/wmbutton.h
@@ -2,11 +2,11 @@
 /* Last Modified 3/27/04 */
 
 /******  Include Files ***************************************************/
-#include <Xlib.h>
-#include <Xutil.h>
-#include <xpm.h>
-#include <extensions/shape.h>
-#include <keysym.h>
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
+#include <X11/xpm.h>
+#include <X11/extensions/shape.h>
+#include <X11/keysym.h>
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>
-- 
1.7.10.4

Reply via email to