diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index efa153efca1..756f0308111 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10637,7 +10637,11 @@ x_dnd_begin_drag_and_drop (struct frame *f, Time time, Atom xaction, | |||
| 10637 | if (event_display == FRAME_DISPLAY_INFO (f)) | 10637 | if (event_display == FRAME_DISPLAY_INFO (f)) |
| 10638 | { | 10638 | { |
| 10639 | #endif | 10639 | #endif |
| 10640 | if (x_dnd_movement_frame) | 10640 | if (x_dnd_movement_frame |
| 10641 | /* FIXME: how come this can end up with movement frames | ||
| 10642 | from other displays on GTK builds? */ | ||
| 10643 | && (FRAME_X_DISPLAY (x_dnd_movement_frame) | ||
| 10644 | == FRAME_X_DISPLAY (f))) | ||
| 10641 | { | 10645 | { |
| 10642 | XSETFRAME (frame_object, x_dnd_movement_frame); | 10646 | XSETFRAME (frame_object, x_dnd_movement_frame); |
| 10643 | XSETINT (x, x_dnd_movement_x); | 10647 | XSETINT (x, x_dnd_movement_x); |