mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
Atari: Update for core hotlist API change.
This commit is contained in:
parent
a44a0875a7
commit
229f6b5f23
@ -79,7 +79,7 @@ static nserror atari_hotlist_init_phase2(struct core_window *cw,
|
||||
static void atari_hotlist_finish(struct core_window *cw)
|
||||
{
|
||||
LOG("cw:%p", cw);
|
||||
hotlist_fini(hl.path);
|
||||
hotlist_fini();
|
||||
}
|
||||
|
||||
static void atari_hotlist_draw(struct core_window *cw, int x,
|
||||
@ -199,7 +199,7 @@ void atari_hotlist_init(void)
|
||||
}
|
||||
|
||||
LOG("Hotlist: %s", (char *)&hl.path);
|
||||
hotlist_init(hl.path);
|
||||
hotlist_init(hl.path, hl.path);
|
||||
|
||||
if( hl.window == NULL ){
|
||||
int flags = ATARI_TREEVIEW_WIDGETS;
|
||||
|
Loading…
Reference in New Issue
Block a user