diff options
Diffstat (limited to 'misc/xosd/files/patch-xosd.c')
-rw-r--r-- | misc/xosd/files/patch-xosd.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/misc/xosd/files/patch-xosd.c b/misc/xosd/files/patch-xosd.c index 6f207c5a548e..99a317157f29 100644 --- a/misc/xosd/files/patch-xosd.c +++ b/misc/xosd/files/patch-xosd.c @@ -1,11 +1,11 @@ ---- src/libxosd/xosd.c.orig Wed Feb 19 10:53:59 2003 -+++ src/libxosd/xosd.c Mon Mar 31 14:00:23 2003 -@@ -332,7 +332,7 @@ +--- src/libxosd/xosd.c.orig Fri Sep 26 09:25:42 2003 ++++ src/libxosd/xosd.c Sun Sep 28 01:30:28 2003 +@@ -377,7 +377,7 @@ - DEBUG("event thread started"); - assert (osd); -- usleep (500); -+ usleep (100000); + DEBUG ("event thread started"); + assert (osd); +- usleep (500); ++ usleep (100000); - while (!osd->done) { - //DEBUG("checking window event"); + while (!osd->done) + { |