diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xmenu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 87a74a1a09f..7764ce3cd83 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -693,6 +693,8 @@ cached information about equivalent key sequences.") | |||
| 693 | int part; | 693 | int part; |
| 694 | unsigned long time; | 694 | unsigned long time; |
| 695 | 695 | ||
| 696 | if (mouse_position_hook) | ||
| 697 | (*mouse_position_hook) (&new_f, &bar_window, &part, &x, &y, &time); | ||
| 696 | if (new_f != 0) | 698 | if (new_f != 0) |
| 697 | XSET (window, Lisp_Frame, new_f); | 699 | XSET (window, Lisp_Frame, new_f); |
| 698 | else | 700 | else |