summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-02 00:21:49 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-11-02 00:21:49 +0000
commitcae0d4a43bdc46586217a1e0375f5d59cadd1fba (patch)
treeeed7fbc185815f0ee0003da2ad5c00e5acc435f4 /amiga/tree.c
parent124899e5bc2b18c93e943950056a7e22318be125 (diff)
downloadnetsurf-cae0d4a43bdc46586217a1e0375f5d59cadd1fba.tar.gz
netsurf-cae0d4a43bdc46586217a1e0375f5d59cadd1fba.tar.bz2
Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.
svn path=/trunk/netsurf/; revision=5649
Diffstat (limited to 'amiga/tree.c')
-rwxr-xr-xamiga/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 5780a4af3..d499a96cc 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -201,8 +201,8 @@ void ami_open_tree(struct tree *tree,int type)
return;
}
- twin = AllocVec(sizeof(struct treeview_window),MEMF_CLEAR);
- twin->listbrowser_list = AllocVec(sizeof(struct List),MEMF_CLEAR);
+ twin = AllocVec(sizeof(struct treeview_window),MEMF_PRIVATE | MEMF_CLEAR);
+ twin->listbrowser_list = AllocVec(sizeof(struct List),MEMF_PRIVATE | MEMF_CLEAR);
static struct ColumnInfo columninfo[] =
{