MCPcopy Create free account
hub / github.com/OSSystems/EasySplash / ~swrender_display

Method ~swrender_display

src/swrender/swrender_display.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100swrender_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
108bool swrender_display::is_valid() const

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected