summaryrefslogtreecommitdiff
path: root/atari/misc.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-14 21:37:35 +0100
committerOle Loots <ole@monochrom.net>2012-11-14 21:37:35 +0100
commitd1a5c738e62a9f0cb85658b435eefa8749006edc (patch)
tree8c469e88b5b4619a658a752c39d34a217697220a /atari/misc.c
parent2bea506f837c9a1e9c12c448eb206e067770819c (diff)
downloadnetsurf-d1a5c738e62a9f0cb85658b435eefa8749006edc.tar.gz
netsurf-d1a5c738e62a9f0cb85658b435eefa8749006edc.tar.bz2
Refactored menu event handling and got rid of several windom calls.
Diffstat (limited to 'atari/misc.c')
-rwxr-xr-xatari/misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/misc.c b/atari/misc.c
index 8b745fd2f..e5b0dc137 100755
--- a/atari/misc.c
+++ b/atari/misc.c
@@ -273,7 +273,8 @@ char *get_rsc_string( int idx) {
OBJECT *get_tree( int idx) {
OBJECT *tree;
- RsrcGaddr( h_gem_rsrc, R_TREE, idx, &tree);
+ rsrc_gaddr(R_TREE, idx, &tree);
+ //RsrcGaddr( h_gem_rsrc, R_TREE, idx, &tree);
return tree;
}