summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/fcitx/files/fcitx-4.0.1-fix-pango.patch')
-rw-r--r--app-i18n/fcitx/files/fcitx-4.0.1-fix-pango.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-i18n/fcitx/files/fcitx-4.0.1-fix-pango.patch b/app-i18n/fcitx/files/fcitx-4.0.1-fix-pango.patch
deleted file mode 100644
index 280f8f5bc197..000000000000
--- a/app-i18n/fcitx/files/fcitx-4.0.1-fix-pango.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- fcitx-4.0.1/src/ui/ui.c 2010-12-17 12:20:02.000000000 +0800
-+++ fcitx-4.0.1-patched/src/ui/ui.c 2010-12-19 10:24:26.646000021 +0800
-@@ -986,6 +986,8 @@
- return desc;
- }
-
-+#endif
-+
- Visual * FindARGBVisual (Display *dpy, int scr)
- {
- XVisualInfo *xvi;
-@@ -1018,6 +1020,3 @@
- XFree (xvi);
- return visual;
- }
--
--
--#endif