summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-10 04:08:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-10 04:08:12 +0000
commit56301eda3276d469353d81592307b44351a02c38 (patch)
treed276765610dff9c2e9268550b3bcffa7534cbed3 /x11-libs/xosd/files
parentUpdated to stable (diff)
downloadhistorical-56301eda3276d469353d81592307b44351a02c38.tar.gz
historical-56301eda3276d469353d81592307b44351a02c38.tar.bz2
historical-56301eda3276d469353d81592307b44351a02c38.zip
font alignment fix #28054
Diffstat (limited to 'x11-libs/xosd/files')
-rw-r--r--x11-libs/xosd/files/2.2.4-font-align.patch24
-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.diff20
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)
- {