summaryrefslogtreecommitdiff
path: root/riscos/textselection.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-07-18 17:38:01 +0000
committerJames Bursa <james@netsurf-browser.org>2004-07-18 17:38:01 +0000
commit58e2d033ece8c60f495ddba9a93ecab793a7a50f (patch)
tree6e4b9d4dfbdfe3ad02f1c8a8d7a7e3d4f9f74e29 /riscos/textselection.c
parentb09fdba4ed8caed190d2fcf7e51a165fc130bdd1 (diff)
downloadnetsurf-58e2d033ece8c60f495ddba9a93ecab793a7a50f.tar.gz
netsurf-58e2d033ece8c60f495ddba9a93ecab793a7a50f.tar.bz2
[project @ 2004-07-18 17:38:01 by bursa]
Improve form control interaction code. Replace box_under_area() with simpler box_at_point(). Detect objects for menu once on menu opening. Remove obsolete text selection code. svn path=/import/netsurf/; revision=1096
Diffstat (limited to 'riscos/textselection.c')
-rw-r--r--riscos/textselection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/riscos/textselection.c b/riscos/textselection.c
index 7129fd2ac..b2b69baff 100644
--- a/riscos/textselection.c
+++ b/riscos/textselection.c
@@ -50,13 +50,13 @@ void ro_gui_selection_drag_end(wimp_dragged *drag)
msg.type = act_ALTER_SELECTION;
browser_window_action(current_gui->bw, &msg);*/
- if (box_position_eq(&(current_gui->bw->current_content->data.html.text_selection.start),
- &(current_gui->bw->current_content->data.html.text_selection.end)))
+/* if (box_position_eq(&(current_gui->bw->current_content->data.html.text_selection.start), */
+/* &(current_gui->bw->current_content->data.html.text_selection.end))) */
{
/* msg.type = act_CLEAR_SELECTION;
browser_window_action(current_gui->bw, &msg);*/
}
- current_gui->bw->current_content->data.html.text_selection.altering = alter_UNKNOWN;
+/* current_gui->bw->current_content->data.html.text_selection.altering = alter_UNKNOWN; */
}