On 8 March 2018 at 08:32, Gerd Hoffmann <[email protected]> wrote:
> The following changes since commit f32408f3b472a088467474ab152be3b6285b2d7b:
>
> misc: don't use hwaddr as a type in trace events (2018-03-06 14:24:30 +0000)
>
> are available in the git repository at:
>
> git://git.kraxel.org/qemu tags/ui-20180308-pull-request
>
> for you to fetch changes up to 5c71cfd94d46a9c2e09d041dcc82b297efab2b57:
>
> ui/gtk-egl: add cursor_dmabuf support (2018-03-08 08:59:01 +0100)
>
> ----------------------------------------------------------------
> gtk: add dmabuf support. cleanups, i18n fix.
> sdl: workaround sdl 2.0.8 header bug,
>
> ----------------------------------------------------------------
>
> Bruce Rogers (1):
> make: switch language file build to be gtk module aware
>
> Gerd Hoffmann (7):
> sdl: workaround bug in sdl 2.0.8 headers
> ui/gtk: make GtkGlArea usage a runtime option
> ui/gtk: group gtk.mo declarations in Makefile
> ui/opengl: Makefile cleanup
> ui/gtk: use GtkGlArea on wayland only
> ui/gtk-egl: add scanout_dmabuf support
> ui/gtk-egl: add cursor_dmabuf support
>
Hi. This gives me a new warning on FreeBSD:
CC ui/gtk.o
/root/qemu/ui/gtk.c:2141:13: warning: 'gtk_widget_set_double_buffered'
is deprecated [-Wdeprecated-declarations]
gtk_widget_set_double_buffered(vc->gfx.drawing_area, FALSE);
^
/usr/local/include/gtk-3.0/gtk/gtkwidget.h:876:23: note:
'gtk_widget_set_double_buffered' has been explicitly marked deprecated
here
void gtk_widget_set_double_buffered (GtkWidget *widget,
^
1 warning generated.
thanks
-- PMM