Re: [Qemu-devel] [PATCH] gtk: fix build

2016-07-11 Thread Peter Maydell
On 7 July 2016 at 08:29, Gerd Hoffmann wrote: > Commit "9d8256e virgl: pass whole GL scanout dimensions" missed the > opengl code path for gtk versions >= 3.16. Update that one too and > fix the build with recent gtk versions. > > Reported-by: Dr. David Alan Gilbert > Signed-off-by: Gerd Hoffman

[Qemu-devel] [PATCH] gtk: fix build

2016-07-07 Thread Gerd Hoffmann
Commit "9d8256e virgl: pass whole GL scanout dimensions" missed the opengl code path for gtk versions >= 3.16. Update that one too and fix the build with recent gtk versions. Reported-by: Dr. David Alan Gilbert Signed-off-by: Gerd Hoffmann --- include/ui/gtk.h | 1 + ui/gtk-gl-area.c | 1 + 2