diff options
Diffstat (limited to 'src/pgtkselect.h')
| -rw-r--r-- | src/pgtkselect.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pgtkselect.h b/src/pgtkselect.h index 0509c83bdec..fd9910b2d18 100644 --- a/src/pgtkselect.h +++ b/src/pgtkselect.h | |||
| @@ -26,8 +26,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 26 | #include <gtk/gtk.h> | 26 | #include <gtk/gtk.h> |
| 27 | 27 | ||
| 28 | extern void pgtk_selection_init (void); | 28 | extern void pgtk_selection_init (void); |
| 29 | extern void pgtk_selection_lost (GtkWidget * widget, | 29 | extern void pgtk_selection_lost (GtkWidget *, GdkEventSelection *, gpointer); |
| 30 | GdkEventSelection * event, | ||
| 31 | gpointer user_data); | ||
| 32 | 30 | ||
| 33 | #endif /* HAVE_PGTK */ | 31 | #endif /* HAVE_PGTK */ |