diff options
author | clsung <clsung@FreeBSD.org> | 2005-11-01 09:20:08 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-11-01 09:20:08 +0000 |
commit | afe111c0deaa88eda4a8eddbd029f676ed9e9355 (patch) | |
tree | 7bb502256a998fc616c7d62cb1395cdd899c3b58 /chinese/gcin/files | |
parent | 9e21ff5ab8b7c8373b56f278dda655bf343e828e (diff) | |
download | FreeBSD-ports-afe111c0deaa88eda4a8eddbd029f676ed9e9355.zip FreeBSD-ports-afe111c0deaa88eda4a8eddbd029f676ed9e9355.tar.gz |
- upgrade to 1.1.1
- remove old patch
- add new patch(gcin2tab)
PR: 88310
Submitted by: chinsan <chinsan dot tw AT gmail dot com>
Diffstat (limited to 'chinese/gcin/files')
-rw-r--r-- | chinese/gcin/files/patch-gcin2tab.c | 14 | ||||
-rw-r--r-- | chinese/gcin/files/patch-win0.c | 51 |
2 files changed, 14 insertions, 51 deletions
diff --git a/chinese/gcin/files/patch-gcin2tab.c b/chinese/gcin/files/patch-gcin2tab.c new file mode 100644 index 0000000..d6923dc --- /dev/null +++ b/chinese/gcin/files/patch-gcin2tab.c @@ -0,0 +1,14 @@ +--- gcin2tab.c.orig Tue Nov 1 15:17:21 2005 ++++ gcin2tab.c Tue Nov 1 15:17:21 2005 +@@ -4,8 +4,11 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include <stdarg.h> + #include <sys/types.h> ++#include <sys/param.h> ++#include <sys/stat.h> + #include <string.h> + #include "gcin.h" + #include "gtab.h" diff --git a/chinese/gcin/files/patch-win0.c b/chinese/gcin/files/patch-win0.c deleted file mode 100644 index 2481051..0000000 --- a/chinese/gcin/files/patch-win0.c +++ /dev/null @@ -1,51 +0,0 @@ ---- win0.c.orig Tue Oct 4 22:35:52 2005 -+++ win0.c Tue Oct 4 13:25:26 2005 -@@ -28,6 +28,8 @@ - static GtkWidget *button_eng_ph; - static int max_yl; - -+static void create_win0_gui(); -+ - static void recreate_win0() - { - int i; -@@ -41,8 +43,8 @@ - - void change_win0_style() - { -- if (!top_bin || current_pho_simple_win == pho_simple_win && -- current_gcin_inner_frame == gcin_inner_frame) -+ if (!top_bin || (current_pho_simple_win == pho_simple_win && -+ current_gcin_inner_frame == gcin_inner_frame)) - return; - - gtk_widget_destroy(top_bin); -@@ -153,7 +155,7 @@ - } - - --void disp_char(int index, u_char *ch) -+void disp_char(int index, char *ch) - { - char tt[CH_SZ+1]; - -@@ -342,6 +344,7 @@ - raw_move(best_win_x, best_win_y); - } - -+gboolean tsin_has_input(); - - void move_win0(int x, int y) - { -@@ -505,9 +508,9 @@ - pango_attr_list_insert (attr_list, white_fg); - } - -+void create_win1_gui(); - -- --void create_win0_gui() -+static void create_win0_gui() - { - if (top_bin) - return; |