summaryrefslogtreecommitdiff
path: root/textproc/uim/files/patch-xim_convdisp.cpp
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-21 15:21:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-21 15:21:13 +0000
commita0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch)
treea5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /textproc/uim/files/patch-xim_convdisp.cpp
parentAllow more than one filename to be pathfixed. (diff)
Use USES=pathfix where applicable.
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
Notes
Notes: svn path=/head/; revision=424427
Diffstat (limited to 'textproc/uim/files/patch-xim_convdisp.cpp')
-rw-r--r--textproc/uim/files/patch-xim_convdisp.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/uim/files/patch-xim_convdisp.cpp b/textproc/uim/files/patch-xim_convdisp.cpp
index fa4d1d08d4ba..d063027340da 100644
--- a/textproc/uim/files/patch-xim_convdisp.cpp
+++ b/textproc/uim/files/patch-xim_convdisp.cpp
@@ -1,6 +1,6 @@
---- ./xim/convdisp.cpp.orig 2009-01-21 11:16:35.000000000 +0900
-+++ ./xim/convdisp.cpp 2009-01-23 02:41:58.000000000 +0900
-@@ -87,14 +87,14 @@
+--- xim/convdisp.cpp.orig 2013-06-30 04:26:09 UTC
++++ xim/convdisp.cpp
+@@ -87,14 +87,14 @@ init_default_xftfont() {
gXftFont = XftFontOpen(XimServer::gDpy, DefaultScreen(XimServer::gDpy),
XFT_FAMILY, XftTypeString, fontname,
XFT_PIXEL_SIZE, XftTypeDouble, (double)DEFAULT_FONT_SIZE,
@@ -17,7 +17,7 @@
}
}
-@@ -112,7 +112,7 @@
+@@ -112,7 +112,7 @@ update_default_xftfont() {
DefaultScreen(XimServer::gDpy),
XFT_FAMILY, XftTypeString, fontname,
XFT_PIXEL_SIZE, XftTypeDouble, (double)DEFAULT_FONT_SIZE,
@@ -26,7 +26,7 @@
if (xftfont) {
if (gXftFont)
XftFontClose(XimServer::gDpy, gXftFont);
-@@ -387,7 +387,7 @@
+@@ -387,7 +387,7 @@ PeWin::PeWin(Window pw, const char *im_l
DefaultScreen(XimServer::gDpy),
XFT_FAMILY, XftTypeString, gXftFontName,
XFT_PIXEL_SIZE, XftTypeDouble, (double)mXftFontSize,
@@ -35,7 +35,7 @@
}
mXftDraw = XftDrawCreate(XimServer::gDpy, mPixmap,
DefaultVisual(XimServer::gDpy, scr_num),
-@@ -557,7 +557,7 @@
+@@ -557,7 +557,7 @@ void PeWin::set_xftfont(const char *xfld
DefaultScreen(XimServer::gDpy),
XFT_FAMILY, XftTypeString, gXftFontName,
XFT_PIXEL_SIZE, XftTypeDouble, (double)size,