diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-18 23:32:03 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-18 23:32:03 +0000 |
commit | 3736c8dda619105cbe8908c9a86f4263d610a59e (patch) | |
tree | fd4cdbaa54cab79883da1a961cc078ce7b3cb398 /packages/xorg-lib/libxfont | |
parent | 271bcb3e87c1c1b8236ccbc7d57f225fe60921b4 (diff) |
xorg-lib: Remove unused patches, combine diet-x11 and libx11 patches into the same place
Diffstat (limited to 'packages/xorg-lib/libxfont')
-rw-r--r-- | packages/xorg-lib/libxfont/scalable.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/xorg-lib/libxfont/scalable.patch b/packages/xorg-lib/libxfont/scalable.patch deleted file mode 100644 index 7f97b9a8f6..0000000000 --- a/packages/xorg-lib/libxfont/scalable.patch +++ /dev/null @@ -1,27 +0,0 @@ -Index: fontfile/fontdir.c -=================================================================== -RCS file: /cvs/xlibs/Xfont/fontfile/fontdir.c,v -retrieving revision 3.22 -diff -u -r3.22 fontdir.c ---- xfont/fontfile/fontdir.c 7 Jul 2003 16:40:11 -0000 3.22 -+++ xfont/fontfile/fontdir.c 30 Dec 2004 20:37:12 -0000 -@@ -699,6 +699,11 @@ - */ - if (isscale) - { -+ /* If the fontname says it is scalable, make sure that the -+ * renderer supports OpenScalable and GetInfoScalable. -+ */ -+ if (renderer->OpenScalable && renderer->GetInfoScalable) -+ { - if (vals.values_supplied & SIZE_SPECIFY_MASK) - { - bzero((char *)&zeroVals, sizeof(zeroVals)); -@@ -798,6 +803,7 @@ - bitmap->name.name); - } - } -+ } - } - return TRUE; - } |