aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxfont/patcache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libxfont/patcache.patch')
-rw-r--r--main/libxfont/patcache.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/main/libxfont/patcache.patch b/main/libxfont/patcache.patch
deleted file mode 100644
index 6555babc4c..0000000000
--- a/main/libxfont/patcache.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./src/util/patcache.c.orig
-+++ ./src/util/patcache.c
-@@ -128,7 +128,7 @@
- /* add entry */
- void
- CacheFontPattern (FontPatternCachePtr cache,
-- char *pattern,
-+ const char *pattern,
- int patlen,
- FontPtr pFont)
- {
-@@ -174,7 +174,7 @@
- /* find matching entry */
- FontPtr
- FindCachedFontPattern (FontPatternCachePtr cache,
-- char *pattern,
-+ const char *pattern,
- int patlen)
- {
- int hash;