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

Method swrender_display

src/swrender/swrender_display.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92swrender_display::swrender_display()
93 : m_pixman_fb_image(NULL)
94{
95 enable_framebuffer_cursor(false);
96 create_pixman_fb_image();
97}
98
99
100swrender_display::~swrender_display()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected