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/history.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atari/history.h') diff --git a/atari/history.h b/atari/history.h index c6b821fe7..919407c63 100644 --- a/atari/history.h +++ b/atari/history.h @@ -23,7 +23,8 @@ struct core_window; struct atari_global_history_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