From 2c6831ca68ebe580fde7897c2b7b8fe77b6f0488 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Mon, 20 Aug 2012 10:11:25 +0200 Subject: [PATCH] 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. Based on Christian Aichinger's patch. --- 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 -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include #include -- 2.11.4.GIT