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
|
||||
+++ wmcalclock-1.25/Src/xutils.c
|
||||
@@ -53,6 +53,11 @@ GC NormalGC;
|
||||
XpmIcon wmgen;
|
||||
Pixmap pixmask;
|
||||
|
||||
--- a/Src/xutils.c
|
||||
+++ b/Src/xutils.c
|
||||
@@ -53,6 +53,11 @@
|
||||
XpmIcon wmgen;
|
||||
Pixmap pixmask;
|
||||
|
||||
+Display *display;
|
||||
+Window Root;
|
||||
+Window iconwin, win;
|
||||
+int screen;
|
||||
+int DisplayDepth;
|
||||
|
||||
|
||||
/*
|
||||
* Colors for wmCalClock
|
||||
--- wmcalclock-1.25.orig/Src/xutils.h
|
||||
+++ wmcalclock-1.25/Src/xutils.h
|
||||
@@ -18,11 +18,11 @@ typedef struct {
|
||||
--- a/Src/xutils.h
|
||||
+++ b/Src/xutils.h
|
||||
@@ -18,11 +18,11 @@
|
||||
/*
|
||||
* Global variable
|
||||
*/
|
||||
-Display *display;
|
||||
-Display *display;
|
||||
-Window Root;
|
||||
-Window iconwin, win;
|
||||
-int screen;
|
||||
-int screen;
|
||||
-int DisplayDepth;
|
||||
+extern Display *display;
|
||||
+extern Window Root;
|
||||
+extern Window iconwin, win;
|
||||
+extern int screen;
|
||||
+extern int DisplayDepth;
|
||||
|
||||
|
||||
|
||||
+extern Display *display;
|
||||
+extern Window Root;
|
||||
+extern Window iconwin, win;
|
||||
+extern int screen;
|
||||
+extern int DisplayDepth;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user