diff options
Diffstat (limited to 'x11-clocks/wmfuzzy/files')
-rw-r--r-- | x11-clocks/wmfuzzy/files/patch-xdisplay.c | 11 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/files/patch-xdisplay.h | 10 |
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-clocks/wmfuzzy/files/patch-xdisplay.c b/x11-clocks/wmfuzzy/files/patch-xdisplay.c deleted file mode 100644 index a2c60e462ab3..000000000000 --- a/x11-clocks/wmfuzzy/files/patch-xdisplay.c +++ /dev/null @@ -1,11 +0,0 @@ ---- xdisplay.c.orig 2004-11-23 21:32:48.000000000 +0000 -+++ xdisplay.c -@@ -383,7 +383,7 @@ void display_main_loop(void) - x_handle_event(&event); - } - -- usleep(100); -+ sleep(1); - } - } - diff --git a/x11-clocks/wmfuzzy/files/patch-xdisplay.h b/x11-clocks/wmfuzzy/files/patch-xdisplay.h deleted file mode 100644 index f061a7e8c588..000000000000 --- a/x11-clocks/wmfuzzy/files/patch-xdisplay.h +++ /dev/null @@ -1,10 +0,0 @@ ---- xdisplay.h.orig Sun Nov 21 17:40:24 2004 -+++ xdisplay.h Sun Nov 21 17:42:34 2004 -@@ -11,6 +11,7 @@ - * functions in display.h. - */ - #include <ctype.h> -+#include <stddef.h> - - /* Set up code. Must be called prior to x_main_loop. */ - void display_initialise(int argc, char* argv[]); |