From 075f6ba3d1f6bfca8a0dc5e1ab41dd3288e36272 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 23 Mar 2006 10:25:50 +0000 Subject: [project @ 2006-03-23 10:25:50 by tlsa] Add remaining pointer types to RISC OS build. svn path=/import/netsurf/; revision=2154 --- !NetSurf/Resources/Sprites,ff9 | Bin 63460 -> 63808 bytes riscos/window.c | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/!NetSurf/Resources/Sprites,ff9 b/!NetSurf/Resources/Sprites,ff9 index ac0cfd97e..7e82f4964 100755 Binary files a/!NetSurf/Resources/Sprites,ff9 and b/!NetSurf/Resources/Sprites,ff9 differ diff --git a/riscos/window.c b/riscos/window.c index aafdc669e..26e3be4e3 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -2515,11 +2515,11 @@ struct ro_gui_pointer_entry ro_gui_pointer_table[] = { { false, "ptr_rd", 6, 7 }, { false, "ptr_cross", 7, 7 }, { false, "ptr_move", 8, 0 }, - { true, "ptr_default", 0, 0 }, /* WAIT */ + { false, "ptr_wait", 7, 10 }, { false, "ptr_help", 0, 0 }, { false, "ptr_nodrop", 0, 0 }, { false, "ptr_nt_allwd", 10, 10 }, - { true, "ptr_default", 0, 0 }, /* PROGRESS */ + { false, "ptr_progress", 0, 0 }, }; /** -- cgit v1.2.3