diff options
| author | Kim F. Storm | 2004-11-05 11:31:03 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-05 11:31:03 +0000 |
| commit | cc68f410e53bb7782501b24eb78645f604afa1a2 (patch) | |
| tree | 241239d66b46598a0121d7a849642026cdcd7971 | |
| parent | 958f04e8f01d0a86a2c1411b96c1ab1c910158e1 (diff) | |
| download | emacs-cc68f410e53bb7782501b24eb78645f604afa1a2.tar.gz emacs-cc68f410e53bb7782501b24eb78645f604afa1a2.zip | |
(x_start_queuing_selection_requests)
(x_stop_queuing_selection_requests, x_handle_selection_request)
(x_handle_selection_clear): Remove prototypes.
(x_handle_selection_event): Add prototype.
| -rw-r--r-- | src/xterm.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/xterm.h b/src/xterm.h index 7ec690d2e24..5dd3ecfdef7 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -52,7 +52,7 @@ typedef GtkWidget *xt_or_gtk_widget; | |||
| 52 | #undef XSync | 52 | #undef XSync |
| 53 | #define XSync(d, b) do { gdk_window_process_all_updates (); \ | 53 | #define XSync(d, b) do { gdk_window_process_all_updates (); \ |
| 54 | XSync (d, b); } while (0) | 54 | XSync (d, b); } while (0) |
| 55 | 55 | ||
| 56 | 56 | ||
| 57 | #endif /* USE_GTK */ | 57 | #endif /* USE_GTK */ |
| 58 | 58 | ||
| @@ -973,8 +973,6 @@ int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *)); | |||
| 973 | 973 | ||
| 974 | extern void cancel_mouse_face P_ ((struct frame *)); | 974 | extern void cancel_mouse_face P_ ((struct frame *)); |
| 975 | extern void x_scroll_bar_clear P_ ((struct frame *)); | 975 | extern void x_scroll_bar_clear P_ ((struct frame *)); |
| 976 | extern void x_start_queuing_selection_requests P_ ((Display *)); | ||
| 977 | extern void x_stop_queuing_selection_requests P_ ((Display *)); | ||
| 978 | extern int x_text_icon P_ ((struct frame *, char *)); | 976 | extern int x_text_icon P_ ((struct frame *, char *)); |
| 979 | extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); | 977 | extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); |
| 980 | extern int x_catch_errors P_ ((Display *)); | 978 | extern int x_catch_errors P_ ((Display *)); |
| @@ -1010,8 +1008,7 @@ extern int x_dispatch_event P_ ((XEvent *, Display *)); | |||
| 1010 | 1008 | ||
| 1011 | extern void x_handle_property_notify P_ ((XPropertyEvent *)); | 1009 | extern void x_handle_property_notify P_ ((XPropertyEvent *)); |
| 1012 | extern void x_handle_selection_notify P_ ((XSelectionEvent *)); | 1010 | extern void x_handle_selection_notify P_ ((XSelectionEvent *)); |
| 1013 | extern void x_handle_selection_request P_ ((struct input_event *)); | 1011 | extern void x_handle_selection_event P_ ((struct input_event *)); |
| 1014 | extern void x_handle_selection_clear P_ ((struct input_event *)); | ||
| 1015 | extern void x_clear_frame_selections P_ ((struct frame *)); | 1012 | extern void x_clear_frame_selections P_ ((struct frame *)); |
| 1016 | 1013 | ||
| 1017 | extern int x_handle_dnd_message P_ ((struct frame *, | 1014 | extern int x_handle_dnd_message P_ ((struct frame *, |