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

Method ~WMWindow

System/LemonWM/window.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27WMWindow::~WMWindow(){
28 Lemon::UnmapSharedMemory(windowBufferInfo, bufferKey);
29}
30
31void WMWindow::Draw(surface_t* surface){
32 if(minimized) return;

Callers

nothing calls this directly

Calls 1

UnmapSharedMemoryFunction · 0.85

Tested by

no test coverage detected