From a6643b7cd5ee0d3137c94d9a09ac1661fa98e659 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 12 Dec 2011 19:38:58 +0000 Subject: Only convert resource objects to windom types when extended type is set. svn path=/trunk/netsurf/; revision=13268 --- atari/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari') 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 ); -- cgit v1.2.3