Commit c4adeadf458d07deff1ecb42bc8b89793e05628a

Authored by perry.werneck@gmail.com
1 parent 242a850e
Exists in master

Acertando empacotamento windows

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
src/lib/kybd.c
... ... @@ -3079,7 +3079,7 @@ xim_lookup(XKeyEvent *event)
3079 3079  
3080 3080 /*
3081 3081 * Key action by string
3082   - */ /*
  3082 + */
3083 3083 void Input_String(const unsigned char *str)
3084 3084 {
3085 3085 // reset_idle_timer();
... ... @@ -3091,7 +3091,7 @@ void Input_String(const unsigned char *str)
3091 3091 str++;
3092 3092 }
3093 3093 screen_disp(&h3270);
3094   -} */
  3094 +}
3095 3095  
3096 3096 /*
3097 3097 * Key action.
... ...
src/plugins/rexx/network.c
... ... @@ -115,7 +115,7 @@
115 115  
116 116 RunPendingEvents(0);
117 117  
118   - state = QueryCstate();
  118 + state = lib3270_get_connection_state(NULL);
119 119  
120 120 for(f=0;f < G_N_ELEMENTS(xlat_state); f++)
121 121 {
... ...