Commit ef93c44dfb1b005f3208effbb64a02700a3e85c9
1 parent
60fd9299
Exists in
master
and in
1 other branch
Confirmando funcionamento geral em windows 32 bits
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
draw.c
... | ... | @@ -387,9 +387,9 @@ void v3270_update_char(H3270 *session, int addr, unsigned char chr, unsigned sho |
387 | 387 | if(cursor) |
388 | 388 | v3270_update_cursor_rect(terminal,&rect,chr,attr); |
389 | 389 | |
390 | -#ifndef _WIN32 | |
390 | +// #ifndef _WIN32 | |
391 | 391 | gtk_widget_queue_draw_area(GTK_WIDGET(terminal),rect.x,rect.y,rect.width,rect.height); |
392 | -#endif // WIN32 | |
392 | +// #endif // WIN32 | |
393 | 393 | |
394 | 394 | } |
395 | 395 | ... | ... |