summaryrefslogtreecommitdiff
path: root/atari/cookies.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-22 03:10:12 +0200
committerOle Loots <ole@monochrom.net>2013-10-06 01:24:18 +0200
commitc1085580ed22aa332bebe327e845f4a4acf4d86b (patch)
treee552258e43d3e1c299e9cbedfe9f4ce25b7fe759 /atari/cookies.h
parentf81fc0472293ecdb6197df2ca7a64893f9694179 (diff)
downloadnetsurf-c1085580ed22aa332bebe327e845f4a4acf4d86b.tar.gz
netsurf-c1085580ed22aa332bebe327e845f4a4acf4d86b.tar.bz2
Fixed warnings for incomptible pointer type
The API expects to receive core_window as window handle now.
Diffstat (limited to 'atari/cookies.h')
-rw-r--r--atari/cookies.h3
1 files changed, 2 insertions, 1 deletions
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;
};