From 892a348b7331b66f27e41e3ac6b91cd924243d81 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 17 Oct 2004 21:51:06 +0000 Subject: [project @ 2004-10-17 21:51:06 by bursa] Update to use plotters for HTML redraw. svn path=/import/netsurf/; revision=1322 --- gtk/gtk_gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtk_gui.c') diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c index df7db3011..1977c5f43 100644 --- a/gtk/gtk_gui.c +++ b/gtk/gtk_gui.c @@ -40,7 +40,7 @@ void gui_init2(int argc, char** argv) void gui_poll(bool active) { - /*netsurf_quit =*/ gtk_main_iteration_do(!active); + gtk_main_iteration_do(!active); } @@ -48,7 +48,7 @@ void gui_multitask(void) { gui_in_multitask = true; while (gtk_events_pending()) - /*netsurf_quit =*/ gtk_main_iteration(); + gtk_main_iteration(); gui_in_multitask = false; } -- cgit v1.2.3