diff options
Diffstat (limited to 'chinese/xcin/files/patch-ab')
-rw-r--r-- | chinese/xcin/files/patch-ab | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/chinese/xcin/files/patch-ab b/chinese/xcin/files/patch-ab deleted file mode 100644 index c134175205f8..000000000000 --- a/chinese/xcin/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- src/xi.c.org Thu Sep 9 17:14:05 1999 -+++ src/xi.c Thu Sep 9 17:15:53 1999 -@@ -1056,19 +1056,25 @@ - - void switch_active_client( InmdState *state, Window cli_win ) - { -+ int refresh = 1; - last_win = cli_win; - - if ( ignore_cli_stat ) - ignore_cli_stat = 0; - else - if ( state->_CurInMethod ) -- memcpy( &inmdstate, state, sizeof( inmdstate ) ); -+ if(memcpy( &inmdstate, state, sizeof( inmdstate ) )) -+ memcpy( &inmdstate, state, sizeof( inmdstate ) ); -+ else -+ refresh = 0; - - if ( hide_xcin && ( EngChi || HalfFull ) ) - Show_Xcin(); - else if ( hide_xcin && !EngChi && !HalfFull ) - XUnmapWindow( display, main_win ); - -+ if(!refresh) -+ return; - gotoxy( 0, MROW - 1 ); - - ClrShowArea( 0 ); |