diff src/device-gtk.c @ 863:42375619fa45

[xemacs-hg @ 2002-06-04 06:03:59 by andyp] merge 21.4 windows changes, minimally tested
author andyp
date Tue, 04 Jun 2002 06:05:53 +0000
parents 285f13b079f3
children 79c6ff3eef26
line wrap: on
line diff
--- a/src/device-gtk.c	Mon Jun 03 12:24:14 2002 +0000
+++ b/src/device-gtk.c	Tue Jun 04 06:05:53 2002 +0000
@@ -122,6 +122,18 @@
 extern void gdk_imlib_init(void);
 #endif
 
+extern void emacs_gtk_selection_handle (GtkWidget *,
+					GtkSelectionData *selection_data,
+					guint info,
+					guint time_stamp,
+					gpointer data);
+extern void emacs_gtk_selection_clear_event_handle (GtkWidget *widget,
+                                                    GdkEventSelection *event,
+                                                    gpointer data);
+extern void emacs_gtk_selection_received (GtkWidget *widget,
+					  GtkSelectionData *selection_data,
+					  gpointer user_data);
+
 #ifdef HAVE_BONOBO
 static CORBA_ORB orb;
 #endif