projects
/
free-sw
/
xcb
/
demo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
316d55c
)
Add dummy return to run function in hypnomoire, to fix warning.
author
Josh Triplett
<josh@freedesktop.org>
Fri, 28 Apr 2006 19:24:35 +0000
(12:24 -0700)
committer
Josh Triplett
<josh@freedesktop.org>
Fri, 28 Apr 2006 19:24:35 +0000
(12:24 -0700)
hypnomoire.c
patch
|
blob
|
history
diff --git
a/hypnomoire.c
b/hypnomoire.c
index
b9746a2
..
cb4600b
100644
(file)
--- a/
hypnomoire.c
+++ b/
hypnomoire.c
@@
-172,6
+172,8
@@
void *run(void *param)
usleep(1000000 / FRAME_RATE);
}
+
+ return 0;
}
int lookup_window(XCBWINDOW w)