From c1085580ed22aa332bebe327e845f4a4acf4d86b Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sun, 22 Sep 2013 03:10:12 +0200 Subject: Fixed warnings for incomptible pointer type The API expects to receive core_window as window handle now. --- atari/hotlist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atari/hotlist.h') diff --git a/atari/hotlist.h b/atari/hotlist.h index 2bcda5f01..d3ef02292 100644 --- a/atari/hotlist.h +++ b/atari/hotlist.h @@ -26,7 +26,8 @@ struct atari_hotlist { GUIWIN * window; - ATARI_TREEVIEW_PTR tv;/*< The hotlist treeview handle. */ + //ATARI_TREEVIEW_PTR tv;/*< The hotlist treeview handle. */ + struct core_window *tv; bool init; char path[PATH_MAX]; }; -- cgit v1.2.3