[project @ 2006-03-23 10:25:50 by tlsa]

Add remaining pointer types to RISC OS build.

svn path=/import/netsurf/; revision=2154
This commit is contained in:
Michael Drake 2006-03-23 10:25:50 +00:00
parent 4e48ad2f07
commit 075f6ba3d1
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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 },
};
/**