diff options
Diffstat (limited to 'src/xdisp.c')
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 2047c0e78c1..1e61a74068b 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -29379,9 +29379,10 @@ start_hourglass (void) | |||
| 29379 | else | 29379 | else |
| 29380 | delay = make_emacs_time (DEFAULT_HOURGLASS_DELAY, 0); | 29380 | delay = make_emacs_time (DEFAULT_HOURGLASS_DELAY, 0); |
| 29381 | 29381 | ||
| 29382 | #ifdef WINDOWSNT | 29382 | #ifdef HAVE_NTGUI |
| 29383 | extern void w32_note_current_window (void); | ||
| 29383 | w32_note_current_window (); | 29384 | w32_note_current_window (); |
| 29384 | #endif | 29385 | #endif /* HAVE_NTGUI */ |
| 29385 | 29386 | ||
| 29386 | hourglass_atimer = start_atimer (ATIMER_RELATIVE, delay, | 29387 | hourglass_atimer = start_atimer (ATIMER_RELATIVE, delay, |
| 29387 | show_hourglass, NULL); | 29388 | show_hourglass, NULL); |