共通の下位ディレクトリー: ./src/.depsと../XJP/src/.deps diff -cN ./src/itext.h ../XJP/src/itext.h *** ./src/itext.h 2005-04-12 14:45:52.000000000 +0900 --- ../XJP/src/itext.h 2005-04-21 11:46:40.000000000 +0900 *************** *** 5,10 **** --- 5,12 ---- #include + #include "xjp.h" + enum { ITEXT_EJ, diff -cN ./src/itext_list.c ../XJP/src/itext_list.c *** ./src/itext_list.c 2005-04-18 06:15:32.000000000 +0900 --- ../XJP/src/itext_list.c 2005-04-21 11:47:12.000000000 +0900 *************** *** 1,4 **** ! #include "xtext.h" #include #include --- 1,4 ---- ! #include "itext.h" #include #include 共通の下位ディレクトリー: ./src/netと../XJP/src/net diff -cN ./src/xjp.h ../XJP/src/xjp.h *** ./src/xjp.h 1970-01-01 09:00:00.000000000 +0900 --- ../XJP/src/xjp.h 2005-04-21 13:51:18.000000000 +0900 *************** *** 0 **** --- 1,14 ---- + #ifndef __XTEXT_ + + #define XTEXT_NAME "XJP" + #define XTEXT_VERSION "2.0.1(20050421)" + #define CONF_DIR_NAME ".xtext" + #define CONF_FILE_NAME "xtext.conf" + #define SIORI_FILE_NAME "xtext.siori" + #define OFFSET_FILE_NAME "xtext.offset" + #define LIST_FILE_NAME "xtext.csv" + + #define XJP_OK "xjp-ok" + #define XJP_CANCEL "xjp-cancel" + + #endif diff -cN ./src/xtext.h ../XJP/src/xtext.h *** ./src/xtext.h 2005-04-19 11:22:45.000000000 +0900 --- ../XJP/src/xtext.h 2005-04-21 11:47:00.000000000 +0900 *************** *** 8,28 **** #include #endif - #ifndef __XTEXT_ - - #define XTEXT_NAME "XJP" - #define XTEXT_VERSION "2.0.1" - #define CONF_DIR_NAME ".xtext" - #define CONF_FILE_NAME "xtext.conf" - #define SIORI_FILE_NAME "xtext.siori" - #define OFFSET_FILE_NAME "xtext.offset" - #define LIST_FILE_NAME "xtext.csv" - - #define XJP_OK "xjp-ok" - #define XJP_CANCEL "xjp-cancel" - - #endif - enum { XJP_NONE = -1, XJP_INT, --- 8,13 ---- diff -cN ./src/xtext_draw.c ../XJP/src/xtext_draw.c *** ./src/xtext_draw.c 2005-04-17 14:29:54.000000000 +0900 --- ../XJP/src/xtext_draw.c 2005-04-21 13:27:13.000000000 +0900 *************** *** 480,486 **** _Draw_Page_Title_String(disp,win,help_str,help_str,x0,y0,font_type); font_type = 0; ! strcpy(help_str,"Creater : aFterbrEaK"); _get_str_size(disp,win,help_str,help_str,&width,&height,font_type); x0 = (win->width - width) / 2; y0 = y0 + height + 10; --- 480,486 ---- _Draw_Page_Title_String(disp,win,help_str,help_str,x0,y0,font_type); font_type = 0; ! strcpy(help_str,"Creater : aFterbrEaK,xGrEen,UtoSI"); _get_str_size(disp,win,help_str,help_str,&width,&height,font_type); x0 = (win->width - width) / 2; y0 = y0 + height + 10; *************** *** 498,508 **** y0 = y0 + height + 5; _Draw_Page_Title_String(disp,win,help_str,help_str,x0,y0,font_type); strcpy(help_str,"青空文庫 : http://www.aozora.gr.jp/"); help_utf8 = (char *)euc2utf8(XJP_CONV,help_str,strlen(help_str)); _get_str_size(disp,win,help_str,help_utf8,&width,&height,font_type); x0 = x0; ! y0 = y0 + height + 5; _Draw_Page_Title_String(disp,win,help_str,help_utf8,x0,y0,font_type); --- 498,514 ---- y0 = y0 + height + 5; _Draw_Page_Title_String(disp,win,help_str,help_str,x0,y0,font_type); + strcpy(help_str,"E-Mail : utosi@softhome.net"); + _get_str_size(disp,win,help_str,help_str,&width,&height,font_type); + x0 = x0; + y0 = y0 + height + 5; + _Draw_Page_Title_String(disp,win,help_str,help_str,x0,y0,font_type); + strcpy(help_str,"青空文庫 : http://www.aozora.gr.jp/"); help_utf8 = (char *)euc2utf8(XJP_CONV,help_str,strlen(help_str)); _get_str_size(disp,win,help_str,help_utf8,&width,&height,font_type); x0 = x0; ! y0 = y0 + height + 15; _Draw_Page_Title_String(disp,win,help_str,help_utf8,x0,y0,font_type);