GdkWin32: Fix subclassing for GdkWin32Selection
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user