aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/haikuselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haikuselect.c b/src/haikuselect.c
index b69fcfff13e..b319aace96c 100644
--- a/src/haikuselect.c
+++ b/src/haikuselect.c
@@ -995,7 +995,7 @@ haiku_note_drag_motion (void)
995 { 995 {
996 tip_f = XFRAME (tip_frame); 996 tip_f = XFRAME (tip_frame);
997 997
998 if (FRAME_LIVE_P (tip_f)) 998 if (FRAME_LIVE_P (tip_f) && FRAME_VISIBLE_P (tip_f))
999 { 999 {
1000 BView_get_mouse (FRAME_HAIKU_VIEW (haiku_dnd_frame), 1000 BView_get_mouse (FRAME_HAIKU_VIEW (haiku_dnd_frame),
1001 &x, &y); 1001 &x, &y);