Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
WMWindow::~WMWindow(){
28
Lemon::UnmapSharedMemory(windowBufferInfo, bufferKey);
29
}
30
31
void WMWindow::Draw(surface_t* surface){
32
if(minimized) return;
Callers
nothing calls this directly
Calls
1
UnmapSharedMemory
Function · 0.85
Tested by
no test coverage detected