>>> On 6/16/2013 at 08:13 AM, Stefan Weil wrote:
> With GTK 3, the function gdk_cursor_unref is deprecated:
>
> qemu/ui/gtk.c: In function *gd_cursor_define*:
> qemu/ui/gtk.c:380:5: error:
> *gdk_cursor_unref* is deprecated (declared at
> /usr/include/gtk-3.0/gdk/gdkcursor.h:233): Use 'g_obje
16.06.2013 18:13, Stefan Weil wrote:
> With GTK 3, the function gdk_cursor_unref is deprecated:
>
> qemu/ui/gtk.c: In function ‘gd_cursor_define’:
> qemu/ui/gtk.c:380:5: error:
> ‘gdk_cursor_unref’ is deprecated (declared at
> /usr/include/gtk-3.0/gdk/gdkcursor.h:233): Use 'g_object_unref' inste
Applied. Thanks.
Regards,
Anthony Liguori
With GTK 3, the function gdk_cursor_unref is deprecated:
qemu/ui/gtk.c: In function ‘gd_cursor_define’:
qemu/ui/gtk.c:380:5: error:
‘gdk_cursor_unref’ is deprecated (declared at
/usr/include/gtk-3.0/gdk/gdkcursor.h:233): Use 'g_object_unref' instead
[-Werror=deprecated-declarations]
Fix the gc