| 90 | |
| 91 | |
| 92 | swrender_display::swrender_display() |
| 93 | : m_pixman_fb_image(NULL) |
| 94 | { |
| 95 | enable_framebuffer_cursor(false); |
| 96 | create_pixman_fb_image(); |
| 97 | } |
| 98 | |
| 99 | |
| 100 | swrender_display::~swrender_display() |
nothing calls this directly
no test coverage detected