GdkWin32: Fix subclassing for GdkWin32Selection

This commit is contained in:
Luca Bacci
2022-09-26 14:28:03 +02:00
parent 56100ab49a
commit 8f0d580cf9

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