Merge branch 'gdk-win32-fix-subclassing-gdk-win32-selection' into 'gtk-3-24'

GdkWin32: Fix subclassing for GdkWin32Selection

See merge request GNOME/gtk!5054
This commit is contained in:
Luca Bacci 2022-09-26 12:52:32 +00:00
commit 812b3930d0

View File

@ -129,7 +129,8 @@ typedef struct _GdkWin32SelectionClass GdkWin32SelectionClass;
*/
struct _GdkWin32Selection
{
GObject *parent_instance;
GObject parent_instance;
GHashTable *sel_prop_table;
GdkSelProp *dropfiles_prop;
/* We store the owner of each selection in this table. Obviously, this only