2013/4/8 Daniel Déchelotte <[email protected]>

> Still working on it. I hope to be able to share something tomorrow [wow,
> that's a bold claim]
>

I could not hold myself and  I am fixing the patch :)
but I got stuck at this:

this is in the patch file and does not apply:

diff --git a/src/icon.h b/src/icon.h
index 4e030a8..fcb8ebf 100644
--- a/src/icon.h
+++ b/src/icon.h
@@ -28,6 +28,7 @@

 #define TILE_NORMAL 0
 #define TILE_CLIP 1
+#define TILE_DRAWER 2

 typedef struct WIcon {
        WCoreWindow     *core;

and this is what I got if I do it by hand and do git diff:
diff --git a/src/icon.h b/src/icon.h
index 2c81ae7..368696f 100644
--- a/src/icon.h
+++ b/src/icon.h
@@ -28,6 +28,7 @@

 #define TILE_NORMAL    0
 #define TILE_CLIP      1
+#define TILE_DRAWER    2

 typedef struct WIcon {
        WCoreWindow     *core;

so why the patch does not apply


-- 


Renan Vedovato Traba
Aluno de Bacharelado em Ciência da Computação
pela Universidade Federal do Paraná

Linux Register n°: 525911

Reply via email to