summaryrefslogtreecommitdiff
path: root/atari
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-12-12 19:38:58 +0000
committerOle Loots <ole@monochrom.net>2011-12-12 19:38:58 +0000
commita6643b7cd5ee0d3137c94d9a09ac1661fa98e659 (patch)
treed1e709e54c50517e2bd791fcda2d917fdcb7dd23 /atari
parent4c1922433b76a4f3bc34824527e6ac7297cae6dc (diff)
downloadnetsurf-a6643b7cd5ee0d3137c94d9a09ac1661fa98e659.tar.gz
netsurf-a6643b7cd5ee0d3137c94d9a09ac1661fa98e659.tar.bz2
Only convert resource objects to windom types when extended type is set.
svn path=/trunk/netsurf/; revision=13268
Diffstat (limited to 'atari')
-rwxr-xr-xatari/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 849d1c69a..f931c9d91 100755
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -914,7 +914,7 @@ static void gui_init(int argc, char** argv)
rsc_ntree = RsrcGhdr(h_gem_rsrc)->ntree;
RsrcGaddr( h_gem_rsrc, R_TREE, MAINMENU , &h_gem_menu );
- RsrcXtype( RSRC_XALL, rsc_trindex, rsc_ntree);
+ RsrcXtype( RSRC_XTYPE, rsc_trindex, rsc_ntree);
create_cursor(0, POINT_HAND, NULL, &gem_cursors.hand );
create_cursor(0, TEXT_CRSR, NULL, &gem_cursors.ibeam );