gtk.h (22a9e1fd63ebd7254c6618f144357def75a993cb) gtk.h (46e19e149f3b129a22c440caba853188df67deab)
1#ifndef UI_GTK_H
2#define UI_GTK_H
3
4#ifdef CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE
5/* Work around an -Wstrict-prototypes warning in GTK headers */
6#pragma GCC diagnostic push
7#pragma GCC diagnostic ignored "-Wstrict-prototypes"
8#endif

--- 33 unchanged lines hidden (view full) ---

42 GtkWidget *drawing_area;
43 DisplayChangeListener dcl;
44 DisplaySurface *ds;
45 pixman_image_t *convert;
46 cairo_surface_t *surface;
47 double scale_x;
48 double scale_y;
49#if defined(CONFIG_OPENGL)
1#ifndef UI_GTK_H
2#define UI_GTK_H
3
4#ifdef CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE
5/* Work around an -Wstrict-prototypes warning in GTK headers */
6#pragma GCC diagnostic push
7#pragma GCC diagnostic ignored "-Wstrict-prototypes"
8#endif

--- 33 unchanged lines hidden (view full) ---

42 GtkWidget *drawing_area;
43 DisplayChangeListener dcl;
44 DisplaySurface *ds;
45 pixman_image_t *convert;
46 cairo_surface_t *surface;
47 double scale_x;
48 double scale_y;
49#if defined(CONFIG_OPENGL)
50 ConsoleGLState *gls;
50 QemuGLShader *gls;
51 EGLContext ectx;
52 EGLSurface esurface;
53 int glupdates;
54 int x, y, w, h;
55 egl_fb guest_fb;
56 egl_fb win_fb;
57 bool y0_top;
58 bool scanout_mode;

--- 88 unchanged lines hidden ---
51 EGLContext ectx;
52 EGLSurface esurface;
53 int glupdates;
54 int x, y, w, h;
55 egl_fb guest_fb;
56 egl_fb win_fb;
57 bool y0_top;
58 bool scanout_mode;

--- 88 unchanged lines hidden ---