mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-18 08:51:45 -08:00
(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.
This commit is contained in:
parent
958f04e8f0
commit
cc68f410e5
1 changed files with 2 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ typedef GtkWidget *xt_or_gtk_widget;
|
|||
#undef XSync
|
||||
#define XSync(d, b) do { gdk_window_process_all_updates (); \
|
||||
XSync (d, b); } while (0)
|
||||
|
||||
|
||||
|
||||
#endif /* USE_GTK */
|
||||
|
||||
|
|
@ -973,8 +973,6 @@ int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *));
|
|||
|
||||
extern void cancel_mouse_face P_ ((struct frame *));
|
||||
extern void x_scroll_bar_clear P_ ((struct frame *));
|
||||
extern void x_start_queuing_selection_requests P_ ((Display *));
|
||||
extern void x_stop_queuing_selection_requests P_ ((Display *));
|
||||
extern int x_text_icon P_ ((struct frame *, char *));
|
||||
extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
|
||||
extern int x_catch_errors P_ ((Display *));
|
||||
|
|
@ -1010,8 +1008,7 @@ extern int x_dispatch_event P_ ((XEvent *, Display *));
|
|||
|
||||
extern void x_handle_property_notify P_ ((XPropertyEvent *));
|
||||
extern void x_handle_selection_notify P_ ((XSelectionEvent *));
|
||||
extern void x_handle_selection_request P_ ((struct input_event *));
|
||||
extern void x_handle_selection_clear P_ ((struct input_event *));
|
||||
extern void x_handle_selection_event P_ ((struct input_event *));
|
||||
extern void x_clear_frame_selections P_ ((struct frame *));
|
||||
|
||||
extern int x_handle_dnd_message P_ ((struct frame *,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue