diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 04:08:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 04:08:12 +0000 |
commit | 580ffa1ca1cd8d04493f9c5ef95e53dbb63c7b54 (patch) | |
tree | 791be36d2bfbb688c821cd6b0844e54a7c1ceddd /x11-libs/xosd/files | |
parent | Updated to stable (diff) | |
download | gentoo-2-580ffa1ca1cd8d04493f9c5ef95e53dbb63c7b54.tar.gz gentoo-2-580ffa1ca1cd8d04493f9c5ef95e53dbb63c7b54.tar.bz2 gentoo-2-580ffa1ca1cd8d04493f9c5ef95e53dbb63c7b54.zip |
font alignment fix #28054
Diffstat (limited to 'x11-libs/xosd/files')
-rw-r--r-- | x11-libs/xosd/files/2.2.4-font-align.patch | 24 | ||||
-rw-r--r-- | x11-libs/xosd/files/digest-xosd-2.2.4-r1 (renamed from x11-libs/xosd/files/digest-xosd-2.2.4) | 0 | ||||
-rw-r--r-- | x11-libs/xosd/files/xmms_osd-2.2.4-gentoo.diff | 20 |
3 files changed, 24 insertions, 20 deletions
diff --git a/x11-libs/xosd/files/2.2.4-font-align.patch b/x11-libs/xosd/files/2.2.4-font-align.patch new file mode 100644 index 000000000000..701f1859dc05 --- /dev/null +++ b/x11-libs/xosd/files/2.2.4-font-align.patch @@ -0,0 +1,24 @@ +--- src/xmms_plugin/xmms_osd.c.orig 2003-09-10 00:02:07.738701608 -0400 ++++ src/xmms_plugin/xmms_osd.c 2003-09-10 00:02:25.132057416 -0400 +@@ -261,6 +261,10 @@ + DEBUG("apply_config"); + if (osd) + { ++ if (xosd_set_font (osd, font) == -1) ++ { ++ DEBUG("invalid font %s", font); ++ } + xosd_set_colour (osd, colour); + xosd_set_timeout (osd, timeout); + xosd_set_vertical_offset (osd, offset); +@@ -269,10 +273,6 @@ + xosd_set_outline_offset (osd, outline_offset); + xosd_set_pos (osd, pos); + xosd_set_align (osd, align); +- if (xosd_set_font (osd, font) == -1) +- { +- DEBUG("invalid font %s", font); +- } + } + DEBUG("done"); + } diff --git a/x11-libs/xosd/files/digest-xosd-2.2.4 b/x11-libs/xosd/files/digest-xosd-2.2.4-r1 index 18a537058d72..18a537058d72 100644 --- a/x11-libs/xosd/files/digest-xosd-2.2.4 +++ b/x11-libs/xosd/files/digest-xosd-2.2.4-r1 diff --git a/x11-libs/xosd/files/xmms_osd-2.2.4-gentoo.diff b/x11-libs/xosd/files/xmms_osd-2.2.4-gentoo.diff deleted file mode 100644 index 9398d2089422..000000000000 --- a/x11-libs/xosd/files/xmms_osd-2.2.4-gentoo.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- src/xmms_plugin/xmms_osd.c-orig 2003-07-08 10:11:20.000000000 +1200 -+++ src/xmms_plugin/xmms_osd.c 2003-08-13 16:33:03.000000000 +1200 -@@ -263,6 +263,7 @@ - { - xosd_set_colour (osd, colour); - xosd_set_timeout (osd, timeout); -+ xosd_set_pos (osd, pos); - xosd_set_vertical_offset (osd, offset); - xosd_set_horizontal_offset (osd, h_offset); - xosd_set_shadow_offset (osd, shadow_offset); ---- src/xmms_plugin/xmms_osd.c-orig 2003-07-08 10:11:20.000000000 +1200 -+++ src/xmms_plugin/xmms_osd.c 2003-08-13 16:34:35.000000000 +1200 -@@ -267,7 +267,6 @@ - xosd_set_horizontal_offset (osd, h_offset); - xosd_set_shadow_offset (osd, shadow_offset); - xosd_set_outline_offset (osd, outline_offset); -- xosd_set_pos (osd, pos); - xosd_set_align (osd, align); - if (xosd_set_font (osd, font) == -1) - { |