diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-28 07:08:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-28 07:08:45 +0000 |
commit | 4f40b171e5632db43d3beab545e6cc361029583e (patch) | |
tree | fb78f479f50af9515fe9625421ab3b23774ce2bc /misc/xosd | |
parent | 0e7ff75dc0c7b4a6d0c1889c1a9ece270d5d84c0 (diff) | |
download | ports-4f40b171e5632db43d3beab545e6cc361029583e.tar.gz ports-4f40b171e5632db43d3beab545e6cc361029583e.zip |
Notes
Diffstat (limited to 'misc/xosd')
-rw-r--r-- | misc/xosd/Makefile | 2 | ||||
-rw-r--r-- | misc/xosd/distinfo | 4 | ||||
-rw-r--r-- | misc/xosd/files/patch-xosd.c | 29 |
3 files changed, 3 insertions, 32 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 6db855735f91..d16738989184 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xosd -PORTVERSION= 2.2.8 +PORTVERSION= 2.2.10 CATEGORIES= misc MASTER_SITES= http://www.ignavus.net/ \ ${MASTER_SITE_LOCAL} diff --git a/misc/xosd/distinfo b/misc/xosd/distinfo index 141399a8809c..8c704c72d55a 100644 --- a/misc/xosd/distinfo +++ b/misc/xosd/distinfo @@ -1,2 +1,2 @@ -MD5 (xosd-2.2.8.tar.bz2) = 85b00f6609603139855775d6213980cb -SIZE (xosd-2.2.8.tar.bz2) = 281156 +MD5 (xosd-2.2.10.tar.bz2) = 2a598c1e9f940830d04167c48845758c +SIZE (xosd-2.2.10.tar.bz2) = 285927 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"); |