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/cookies.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atari/cookies.h') diff --git a/atari/cookies.h b/atari/cookies.h index 1ef03b795..fc95f65fe 100644 --- a/atari/cookies.h +++ b/atari/cookies.h @@ -23,7 +23,8 @@ struct core_window; struct atari_cookie_manager_s { GUIWIN * window; - struct atari_treeview_window * tv;/*< The hotlist treeview handle. */ + //struct atari_treeview_window * tv;/*< The hotlist treeview handle. */ + struct core_window *tv; bool init; }; -- cgit v1.2.3