spice-display.h (30ff7d1d0b3484bb91385853909476d4e4b2b988) | spice-display.h (46e19e149f3b129a22c440caba853188df67deab) |
---|---|
1/* 2 * Copyright (C) 2010 Red Hat, Inc. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License as 6 * published by the Free Software Foundation; either version 2 or 7 * (at your option) version 3 of the License. 8 * --- 105 unchanged lines hidden (view full) --- 114 QEMUCursor *cursor; 115 int mouse_x, mouse_y; 116 QEMUBH *cursor_bh; 117 118#ifdef HAVE_SPICE_GL 119 /* opengl rendering */ 120 QEMUBH *gl_unblock_bh; 121 QEMUTimer *gl_unblock_timer; | 1/* 2 * Copyright (C) 2010 Red Hat, Inc. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License as 6 * published by the Free Software Foundation; either version 2 or 7 * (at your option) version 3 of the License. 8 * --- 105 unchanged lines hidden (view full) --- 114 QEMUCursor *cursor; 115 int mouse_x, mouse_y; 116 QEMUBH *cursor_bh; 117 118#ifdef HAVE_SPICE_GL 119 /* opengl rendering */ 120 QEMUBH *gl_unblock_bh; 121 QEMUTimer *gl_unblock_timer; |
122 ConsoleGLState *gls; | 122 QemuGLShader *gls; |
123 int gl_updates; 124 bool have_scanout; 125 bool have_surface; 126#endif 127}; 128 129struct SimpleSpiceUpdate { 130 QXLDrawable drawable; --- 43 unchanged lines hidden --- | 123 int gl_updates; 124 bool have_scanout; 125 bool have_surface; 126#endif 127}; 128 129struct SimpleSpiceUpdate { 130 QXLDrawable drawable; --- 43 unchanged lines hidden --- |