From 4f40b171e5632db43d3beab545e6cc361029583e Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 28 Aug 2004 07:08:45 +0000 Subject: Update to 2.2.10 PR: ports/71066 Submitted by: maintainer --- misc/xosd/files/patch-xosd.c | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 misc/xosd/files/patch-xosd.c (limited to 'misc/xosd/files') diff --git a/misc/xosd/files/patch-xosd.c b/misc/xosd/files/patch-xosd.c deleted file mode 100644 index 8f7f55b4e51d..000000000000 --- a/misc/xosd/files/patch-xosd.c +++ /dev/null @@ -1,29 +0,0 @@ ---- src/libxosd/xosd.c.orig Sun Jul 4 15:29:06 2004 -+++ src/libxosd/xosd.c Tue Jul 13 22:05:03 2004 -@@ -272,7 +272,7 @@ - { - int x = 10; - int y = osd->line_height * line; -- int i; -+ int i, draw_line_bitmap; - xosd_line *l = &osd->lines[line]; - assert(osd); - FUNCTION_START; -@@ -352,7 +352,7 @@ - - if (osd->outline_offset) { - XSetForeground(osd->display, osd->gc, osd->outline_pixel); -- int draw_line_bitmap = !(osd->fill_mask & FILL_OUTLINE); -+ draw_line_bitmap = !(osd->fill_mask & FILL_OUTLINE); - - for (i = 1; i <= osd->outline_offset; i++) { - draw_with_mask(osd, l, x + i, y, i - osd->extent->y, -@@ -432,7 +432,7 @@ - FUNCTION_START; - DEBUG("event thread started"); - assert(osd); -- usleep(500); -+ usleep(100000); - - while (!osd->done) { - // DEBUG("checking window event"); -- cgit v1.2.3