diff options
Diffstat (limited to 'misc/xosd/files/patch-xosd.c')
-rw-r--r-- | misc/xosd/files/patch-xosd.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/xosd/files/patch-xosd.c b/misc/xosd/files/patch-xosd.c index 0251602472b0..6f207c5a548e 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 -@@ -278,7 +278,7 @@ +@@ -332,7 +332,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) { + //DEBUG("checking window event"); |