mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
GdkWin32: Fix subclassing for GdkWin32Clipdrop
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5207
This commit is contained in:
parent
85043a2d1b
commit
e2219858ae
@ -126,7 +126,7 @@ typedef BOOL (WINAPI * GetUpdatedClipboardFormatsFunc)(
|
||||
*/
|
||||
struct _GdkWin32Clipdrop
|
||||
{
|
||||
GObject *parent_instance;
|
||||
GObject parent_instance;
|
||||
|
||||
/* interned strings for well-known image formats */
|
||||
const char **known_pixbuf_formats;
|
||||
|
Loading…
Reference in New Issue
Block a user