summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-16 08:18:52 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-16 08:25:26 +0100
commit46c74777a2775e7ca5737dc76bf26acb9f3e7269 (patch)
tree953fc16a15d508543c47ac24ccf741436aa892ac /riscos
parent2c695bc2fa630594132a23f7ea7c3f4703e8e716 (diff)
downloadnetsurf-46c74777a2775e7ca5737dc76bf26acb9f3e7269.tar.gz
netsurf-46c74777a2775e7ca5737dc76bf26acb9f3e7269.tar.bz2
Pass mouse coords to treeview during drag. Note, we now get a warning when mouse leaves window during drag.
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 3365d813c..a312b3843 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1272,6 +1272,7 @@ void ro_gui_pointer_leaving_window(wimp_leaving *leaving)
case GUI_DRAG_SCROLL:
case GUI_DRAG_SAVE:
case GUI_DRAG_FRAME:
+ case GUI_DRAG_TREEVIEW:
/* ignore Pointer_Leaving_Window event that the Wimp mysteriously
issues when a Wimp_DragBox drag operation is started */
break;
@@ -1298,6 +1299,7 @@ void ro_gui_pointer_entering_window(wimp_entering *entering)
case GUI_DRAG_SCROLL:
case GUI_DRAG_SAVE:
case GUI_DRAG_FRAME:
+ case GUI_DRAG_TREEVIEW:
/* ignore entering new windows/frames */
break;
default: