gtk.c (c110d949b8166a633179edcf3390a42673ac843c) gtk.c (568b12fccfe5394326df1ce3e10790608d439a37)
1/*
2 * GTK UI
3 *
4 * Copyright IBM, Corp. 2012
5 *
6 * Authors:
7 * Anthony Liguori <aliguori@us.ibm.com>
8 *

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

633 .dpy_refresh = gd_gl_area_refresh,
634 .dpy_mouse_set = gd_mouse_set,
635 .dpy_cursor_define = gd_cursor_define,
636
637 .dpy_gl_ctx_create = gd_gl_area_create_context,
638 .dpy_gl_ctx_destroy = gd_gl_area_destroy_context,
639 .dpy_gl_ctx_make_current = gd_gl_area_make_current,
640 .dpy_gl_scanout_texture = gd_gl_area_scanout_texture,
1/*
2 * GTK UI
3 *
4 * Copyright IBM, Corp. 2012
5 *
6 * Authors:
7 * Anthony Liguori <aliguori@us.ibm.com>
8 *

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

633 .dpy_refresh = gd_gl_area_refresh,
634 .dpy_mouse_set = gd_mouse_set,
635 .dpy_cursor_define = gd_cursor_define,
636
637 .dpy_gl_ctx_create = gd_gl_area_create_context,
638 .dpy_gl_ctx_destroy = gd_gl_area_destroy_context,
639 .dpy_gl_ctx_make_current = gd_gl_area_make_current,
640 .dpy_gl_scanout_texture = gd_gl_area_scanout_texture,
641 .dpy_gl_scanout_disable = gd_gl_area_scanout_disable,
641 .dpy_gl_update = gd_gl_area_scanout_flush,
642};
643
644static const DisplayChangeListenerOps dcl_egl_ops = {
645 .dpy_name = "gtk-egl",
646 .dpy_gfx_update = gd_egl_update,
647 .dpy_gfx_switch = gd_egl_switch,
648 .dpy_gfx_check_format = console_gl_check_format,

--- 1692 unchanged lines hidden ---
642 .dpy_gl_update = gd_gl_area_scanout_flush,
643};
644
645static const DisplayChangeListenerOps dcl_egl_ops = {
646 .dpy_name = "gtk-egl",
647 .dpy_gfx_update = gd_egl_update,
648 .dpy_gfx_switch = gd_egl_switch,
649 .dpy_gfx_check_format = console_gl_check_format,

--- 1692 unchanged lines hidden ---