Merge branch 'fno-common-3-24' into 'gtk-3-24'

Add a missing extern, to fix building with -fno-common (3.24 branch)

See merge request GNOME/gtk!1632
This commit is contained in:
Matthias Clasen 2020-04-11 15:16:55 +00:00
commit a2b101ba5b

View File

@ -298,7 +298,7 @@ extern UINT _gdk_input_codepage;
extern guint _gdk_keymap_serial;
/* The singleton selection object pointer */
GdkWin32Selection *_win32_selection;
extern GdkWin32Selection *_win32_selection;
void _gdk_win32_dnd_do_dragdrop (void);
void _gdk_win32_ole2_dnd_property_change (GdkAtom type,