aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 54b58b77f6d..d42374c172b 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2169,9 +2169,8 @@ extern struct frame *tip_frame;
2169extern Window tip_window; 2169extern Window tip_window;
2170EXFUN (Fx_show_tip, 4); 2170EXFUN (Fx_show_tip, 4);
2171EXFUN (Fx_hide_tip, 0); 2171EXFUN (Fx_hide_tip, 0);
2172EXFUN (Fx_show_busy_cursor, 0); 2172extern void start_busy_cursor P_ ((void));
2173EXFUN (Fx_hide_busy_cursor, 1); 2173extern void cancel_busy_cursor P_ ((void));
2174extern int inhibit_busy_cursor;
2175extern int display_busy_cursor_p; 2174extern int display_busy_cursor_p;
2176 2175
2177#endif /* HAVE_WINDOW_SYSTEM */ 2176#endif /* HAVE_WINDOW_SYSTEM */