Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
862:278c743f1578 | 863:42375619fa45 |
---|---|
119 } | 119 } |
120 | 120 |
121 #ifdef HAVE_GDK_IMLIB_INIT | 121 #ifdef HAVE_GDK_IMLIB_INIT |
122 extern void gdk_imlib_init(void); | 122 extern void gdk_imlib_init(void); |
123 #endif | 123 #endif |
124 | |
125 extern void emacs_gtk_selection_handle (GtkWidget *, | |
126 GtkSelectionData *selection_data, | |
127 guint info, | |
128 guint time_stamp, | |
129 gpointer data); | |
130 extern void emacs_gtk_selection_clear_event_handle (GtkWidget *widget, | |
131 GdkEventSelection *event, | |
132 gpointer data); | |
133 extern void emacs_gtk_selection_received (GtkWidget *widget, | |
134 GtkSelectionData *selection_data, | |
135 gpointer user_data); | |
124 | 136 |
125 #ifdef HAVE_BONOBO | 137 #ifdef HAVE_BONOBO |
126 static CORBA_ORB orb; | 138 static CORBA_ORB orb; |
127 #endif | 139 #endif |
128 | 140 |