From a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 21 Oct 2016 15:21:13 +0000 Subject: Use USES=pathfix where applicable. PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 --- textproc/uim/files/patch-xim_convdisp.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'textproc/uim/files/patch-xim_convdisp.cpp') 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, -- cgit v1.2.3