pinosaur
/
dwmblocks.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6e0519d
06710eb
)
Merge pull request #8 from markcaudill/master
author
torrinfail
<torrinfail@gmail.com>
Thu, 11 Jun 2020 07:13:49 +0000
(
01:13
-0600)
committer
GitHub
<noreply@github.com>
Thu, 11 Jun 2020 07:13:49 +0000
(
01:13
-0600)
This merge adds fix for issue #5 which @markcaudill fixed by having all real-time signals handled by a dummy handler if it doesn't have a refresh signal .
1
2
dwmblocks.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
dwmblocks.c
index
2f3b774
,
7d4616d
..
8668f04
---
1
/
dwmblocks.c
---
2
/
dwmblocks.c
+++ b/
dwmblocks.c
@@@
-13,7
-13,9
+13,8
@@@
typedef struct
unsigned int interval;
unsigned int signal;
} Block;
+ void dummysighandler(int num);
void sighandler(int num);
-void replace(char *str, char old, char new);
void getcmds(int time);
#ifndef __OpenBSD__
void getsigcmds(int signal);