summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-15 19:51:40 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-04-15 19:51:40 +0100
commit6dcccd50517c7c62b9b6de9de4f3d3ec3fb09405 (patch)
tree6628d0bfef737cc50e3a1628e8aa3ffd7a7d22ab
parentc6c4747a28816b3d8b9b4271b7cdb2ec84bc3715 (diff)
downloadnetsurf-6dcccd50517c7c62b9b6de9de4f3d3ec3fb09405.tar.gz
netsurf-6dcccd50517c7c62b9b6de9de4f3d3ec3fb09405.tar.bz2
test using amiga frontend
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 998b169b0..d77bdfa48 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2468,7 +2468,7 @@ void gui_poll(bool active)
schedule_run checks every event, really they need to be sorted so only
the first event needs to be run on each signal. */
- if(active)
+ if(0)
{
ami_handle_msg();
ami_handle_appmsg();