d/p/05-fix-ftbfs.patch: Fix whitespace issues that were preventing
this patch from applying.
This commit is contained in:
40
debian/patches/05-fix-ftbfs.patch
vendored
40
debian/patches/05-fix-ftbfs.patch
vendored
@ -6,36 +6,36 @@ Forwarded: no
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
--- wmcalclock-1.25.orig/Src/xutils.c
|
--- a/Src/xutils.c
|
||||||
+++ wmcalclock-1.25/Src/xutils.c
|
+++ b/Src/xutils.c
|
||||||
@@ -53,6 +53,11 @@ GC NormalGC;
|
@@ -53,6 +53,11 @@
|
||||||
XpmIcon wmgen;
|
XpmIcon wmgen;
|
||||||
Pixmap pixmask;
|
Pixmap pixmask;
|
||||||
|
|
||||||
+Display *display;
|
+Display *display;
|
||||||
+Window Root;
|
+Window Root;
|
||||||
+Window iconwin, win;
|
+Window iconwin, win;
|
||||||
+int screen;
|
+int screen;
|
||||||
+int DisplayDepth;
|
+int DisplayDepth;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Colors for wmCalClock
|
* Colors for wmCalClock
|
||||||
--- wmcalclock-1.25.orig/Src/xutils.h
|
--- a/Src/xutils.h
|
||||||
+++ wmcalclock-1.25/Src/xutils.h
|
+++ b/Src/xutils.h
|
||||||
@@ -18,11 +18,11 @@ typedef struct {
|
@@ -18,11 +18,11 @@
|
||||||
/*
|
/*
|
||||||
* Global variable
|
* Global variable
|
||||||
*/
|
*/
|
||||||
-Display *display;
|
-Display *display;
|
||||||
-Window Root;
|
-Window Root;
|
||||||
-Window iconwin, win;
|
-Window iconwin, win;
|
||||||
-int screen;
|
-int screen;
|
||||||
-int DisplayDepth;
|
-int DisplayDepth;
|
||||||
+extern Display *display;
|
+extern Display *display;
|
||||||
+extern Window Root;
|
+extern Window Root;
|
||||||
+extern Window iconwin, win;
|
+extern Window iconwin, win;
|
||||||
+extern int screen;
|
+extern int screen;
|
||||||
+extern int DisplayDepth;
|
+extern int DisplayDepth;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user