From ef93c44dfb1b005f3208effbb64a02700a3e85c9 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 3 Aug 2012 11:22:19 +0000 Subject: [PATCH] Confirmando funcionamento geral em windows 32 bits --- draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draw.c b/draw.c index c80764a..e5b1581 100644 --- a/draw.c +++ b/draw.c @@ -387,9 +387,9 @@ void v3270_update_char(H3270 *session, int addr, unsigned char chr, unsigned sho if(cursor) v3270_update_cursor_rect(terminal,&rect,chr,attr); -#ifndef _WIN32 +// #ifndef _WIN32 gtk_widget_queue_draw_area(GTK_WIDGET(terminal),rect.x,rect.y,rect.width,rect.height); -#endif // WIN32 +// #endif // WIN32 } -- libgit2 0.21.2