]> Git Repo - qemu.git/blobdiff - ui/gtk-gl-area.c
qmp-commands: move 'chardev-add' doc to schema
[qemu.git] / ui / gtk-gl-area.c
index dec3edb29665c17d220e808bd46a709bd9eb46b4..0df5a36a9f61f9da0f613deaf67f02726e6235b6 100644 (file)
@@ -7,6 +7,7 @@
  * See the COPYING file in the top-level directory.
  */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 
 #include "trace.h"
@@ -168,6 +169,7 @@ void gd_gl_area_destroy_context(DisplayChangeListener *dcl, QEMUGLContext ctx)
 
 void gd_gl_area_scanout(DisplayChangeListener *dcl,
                         uint32_t backing_id, bool backing_y_0_top,
+                        uint32_t backing_width, uint32_t backing_height,
                         uint32_t x, uint32_t y,
                         uint32_t w, uint32_t h)
 {
This page took 0.026098 seconds and 4 git commands to generate.