diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-11 21:43:00 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-11 21:43:00 +0000 |
commit | ff9db543fa54cb65b6e364d3f90de1235a5cb346 (patch) | |
tree | d93d1507a7c9d445e0c41deb216b422593193bd3 /meta/packages/xorg-lib/libxfont | |
parent | de8dfb8bbad0af17b796e64d51ca48e661fa6856 (diff) | |
download | poky-ff9db543fa54cb65b6e364d3f90de1235a5cb346.tar.gz |
Remove unused patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3765 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/libxfont')
-rw-r--r-- | meta/packages/xorg-lib/libxfont/scalable.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/packages/xorg-lib/libxfont/scalable.patch b/meta/packages/xorg-lib/libxfont/scalable.patch deleted file mode 100644 index 7f97b9a8f6..0000000000 --- a/meta/packages/xorg-lib/libxfont/scalable.patch +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | Index: fontfile/fontdir.c | ||
2 | =================================================================== | ||
3 | RCS file: /cvs/xlibs/Xfont/fontfile/fontdir.c,v | ||
4 | retrieving revision 3.22 | ||
5 | diff -u -r3.22 fontdir.c | ||
6 | --- xfont/fontfile/fontdir.c 7 Jul 2003 16:40:11 -0000 3.22 | ||
7 | +++ xfont/fontfile/fontdir.c 30 Dec 2004 20:37:12 -0000 | ||
8 | @@ -699,6 +699,11 @@ | ||
9 | */ | ||
10 | if (isscale) | ||
11 | { | ||
12 | + /* If the fontname says it is scalable, make sure that the | ||
13 | + * renderer supports OpenScalable and GetInfoScalable. | ||
14 | + */ | ||
15 | + if (renderer->OpenScalable && renderer->GetInfoScalable) | ||
16 | + { | ||
17 | if (vals.values_supplied & SIZE_SPECIFY_MASK) | ||
18 | { | ||
19 | bzero((char *)&zeroVals, sizeof(zeroVals)); | ||
20 | @@ -798,6 +803,7 @@ | ||
21 | bitmap->name.name); | ||
22 | } | ||
23 | } | ||
24 | + } | ||
25 | } | ||
26 | return TRUE; | ||
27 | } | ||