diff options
Diffstat (limited to 'japanese/xjtext/files/patch-xfont.c')
-rw-r--r-- | japanese/xjtext/files/patch-xfont.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/japanese/xjtext/files/patch-xfont.c b/japanese/xjtext/files/patch-xfont.c deleted file mode 100644 index 20c01fd61d41..000000000000 --- a/japanese/xjtext/files/patch-xfont.c +++ /dev/null @@ -1,20 +0,0 @@ ---- xfont.c.orig Sat Sep 4 22:45:16 1999 -+++ xfont.c Mon May 16 15:53:22 2005 -@@ -5,7 +5,7 @@ - if(NULL==TheDisplay)if(NULL==(TheDisplay=XOpenDisplay(""))) - { cerr << "Can't open display.\n";exit(1);} - if(NULL==(KFontStruct =XLoadQueryFont(TheDisplay,FontName))) -- { cerr << form("Can't load font \"%s\".",FontName);exit(1);} -+ { cerr << "Can't load font \"%s\".",FontName;exit(1);} - - XChar2b Utsu;Utsu.byte1=0x31;Utsu.byte2=0x35; - int CharDirection; XCharStruct CharOverAll; -@@ -152,7 +152,7 @@ - if(NULL==TheDisplay)if(NULL==(TheDisplay=XOpenDisplay(""))) - { cerr << "Can't open display.\n";exit(1);} - if(NULL==(AFontStruct =XLoadQueryFont(TheDisplay,FontName))) -- { cerr << form("Can't load font \"%s\".",FontName);exit(1);} -+ { cerr << "Can't load font \"%s\".",FontName;exit(1);} - int CharDirection; XCharStruct CharOverAll; - XTextExtents(AFontStruct,"W",1, - &CharDirection,&CharAscent,&CharDescent,&CharOverAll); |