| 98 | |
| 99 | |
| 100 | swrender_display::~swrender_display() |
| 101 | { |
| 102 | enable_framebuffer_cursor(true); |
| 103 | if (m_pixman_fb_image != NULL) |
| 104 | pixman_image_unref(m_pixman_fb_image); |
| 105 | } |
| 106 | |
| 107 | |
| 108 | bool swrender_display::is_valid() const |
nothing calls this directly
no test coverage detected