summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 23:06:01 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 23:06:01 +0100
commit1ef7336f22c5751f8dd35c60d2e34fe0f49af455 (patch)
tree4d4c2cb2f96cbe8a11cf74e43348dc276e955080 /amiga/gui.c
parent6d602b103e317a2e69618681ae0216d541b7b7af (diff)
downloadnetsurf-1ef7336f22c5751f8dd35c60d2e34fe0f49af455.tar.gz
netsurf-1ef7336f22c5751f8dd35c60d2e34fe0f49af455.tar.bz2
revert begin/endrefresh image avoidance - this isn't the cause of the simplerefresh damage region deadlock
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 03ca8a9b8..5d1452142 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3562,7 +3562,6 @@ void ami_refresh_window(struct gui_window_2 *gwin)
GetAttr(SPACE_AreaBox, (Object *)gwin->objects[GID_BROWSER], (ULONG *)&bbox);
- browserglob.locked_layers = true;
BeginRefresh(gwin->win);
x0 = ((gwin->win->RPort->Layer->DamageList->bounds.MinX - bbox->Left) /
@@ -3595,7 +3594,6 @@ void ami_refresh_window(struct gui_window_2 *gwin)
}
EndRefresh(gwin->win, TRUE);
- browserglob.locked_layers = false;
}
void ami_get_hscroll_pos(struct gui_window_2 *gwin, ULONG *xs)