aboutsummaryrefslogtreecommitdiff
path: root/misc/xosd/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-28 07:08:45 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-28 07:08:45 +0000
commit4f40b171e5632db43d3beab545e6cc361029583e (patch)
treefb78f479f50af9515fe9625421ab3b23774ce2bc /misc/xosd/files
parent0e7ff75dc0c7b4a6d0c1889c1a9ece270d5d84c0 (diff)
downloadports-4f40b171e5632db43d3beab545e6cc361029583e.tar.gz
ports-4f40b171e5632db43d3beab545e6cc361029583e.zip
Notes
Diffstat (limited to 'misc/xosd/files')
-rw-r--r--misc/xosd/files/patch-xosd.c29
1 files changed, 0 insertions, 29 deletions
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");