diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pgtkselect.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pgtkselect.h b/src/pgtkselect.h index a67b2218e42..9dad58017dc 100644 --- a/src/pgtkselect.h +++ b/src/pgtkselect.h | |||
| @@ -25,7 +25,9 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 25 | 25 | ||
| 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 | void pgtk_selection_lost(GtkWidget *widget, GdkEventSelection *event, gpointer user_data); | 29 | extern void pgtk_selection_lost (GtkWidget * widget, |
| 30 | GdkEventSelection * event, | ||
| 31 | gpointer user_data); | ||
| 30 | 32 | ||
| 31 | #endif /* HAVE_PGTK */ | 33 | #endif /* HAVE_PGTK */ |