MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ~Window

Method ~Window

LibLemon/src/gui/window.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 Window::~Window(){
35 DestroyWindow();
36
37 Lemon::UnmapSharedMemory(windowBufferInfo, windowBufferKey);
38
39 usleep(100);
40 }
41
42 void Window::UpdateGUITheme(const std::string& path){
43 JSONParser jP = JSONParser(path.c_str());

Callers

nothing calls this directly

Calls 1

UnmapSharedMemoryFunction · 0.85

Tested by

no test coverage detected