diff options
| author | Pavel Janík | 2001-11-16 22:52:53 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-16 22:52:53 +0000 |
| commit | 86e9de5f07675f80b2deac3bad93c36920611fcb (patch) | |
| tree | 89a72236e92a4b9290bba6315bf7a2273f2a4a51 /src | |
| parent | b81b3da346c7caf8438c41401cd80be9002ea9b2 (diff) | |
| download | emacs-86e9de5f07675f80b2deac3bad93c36920611fcb.tar.gz emacs-86e9de5f07675f80b2deac3bad93c36920611fcb.zip | |
(x_update_cursor): Remove duplicated prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index f9d3d7a809f..791c6c8bf8e 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -999,7 +999,6 @@ extern void x_wm_set_icon_position P_ ((struct frame *, int, int)); | |||
| 999 | extern void x_delete_display P_ ((struct x_display_info *)); | 999 | extern void x_delete_display P_ ((struct x_display_info *)); |
| 1000 | extern void x_initialize P_ ((void)); | 1000 | extern void x_initialize P_ ((void)); |
| 1001 | extern void x_display_cursor P_ ((struct window *, int, int, int, int, int)); | 1001 | extern void x_display_cursor P_ ((struct window *, int, int, int, int, int)); |
| 1002 | extern void x_update_cursor P_ ((struct frame *, int)); | ||
| 1003 | extern unsigned long x_copy_color P_ ((struct frame *, unsigned long)); | 1002 | extern unsigned long x_copy_color P_ ((struct frame *, unsigned long)); |
| 1004 | #ifdef USE_X_TOOLKIT | 1003 | #ifdef USE_X_TOOLKIT |
| 1005 | extern XtAppContext Xt_app_con; | 1004 | extern XtAppContext Xt_app_con; |