summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/render/layout.c b/render/layout.c
index 7d15fb11b..53f4eedea 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -1,5 +1,5 @@
/**
- * $Id: layout.c,v 1.14 2002/09/08 18:11:56 bursa Exp $
+ * $Id: layout.c,v 1.15 2002/09/11 14:24:02 monkeyson Exp $
*/
#include <assert.h>
@@ -86,6 +86,8 @@ void layout_node(struct box * box, unsigned long width, struct box * cont,
box, width, cont, cx, cy);
#endif
+ gui_multitask();
+
switch (box->type) {
case BOX_BLOCK:
layout_block(box, width, cont, cx, cy);