pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b6401
)
applied something similiar to Jukkas patch
author
arg@mmvi
<unknown>
Mon, 25 Sep 2006 06:29:20 +0000
(08:29 +0200)
committer
arg@mmvi
<unknown>
Mon, 25 Sep 2006 06:29:20 +0000
(08:29 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
60567b2
..
3203014
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-42,7
+42,7
@@
static Window root;
static Window win;
static void
-calcoffsets() {
+calcoffsets(
void
) {
unsigned int tw, w;
if(!curr)
@@
-70,7
+70,7
@@
calcoffsets() {
}
static void
-drawmenu() {
+drawmenu(
void
) {
Item *i;
dc.x = 0;
@@
-247,7
+247,7
@@
kpress(XKeyEvent * e) {
}
static char *
-readstdin() {
+readstdin(
void
) {
static char *maxname = NULL;
char *p, buf[1024];
unsigned int len = 0, max = 0;