diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 25b56f88952..220585d4326 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -2507,7 +2507,7 @@ kbd_buffer_get_event (KBOARD **kbp) | |||
| 2507 | If there is no valid info, it does not store anything | 2507 | If there is no valid info, it does not store anything |
| 2508 | so x remains nil. */ | 2508 | so x remains nil. */ |
| 2509 | x = Qnil; | 2509 | x = Qnil; |
| 2510 | (*mouse_position_hook) (&f, &bar_window, &part, &x, &y, &time); | 2510 | (*mouse_position_hook) (&f, 0, &bar_window, &part, &x, &y, &time); |
| 2511 | 2511 | ||
| 2512 | obj = Qnil; | 2512 | obj = Qnil; |
| 2513 | 2513 | ||