MCPcopy Create free account
hub / github.com/apohl79/audiogridder / closeDisplayHandle

Function closeDisplayHandle

Server/Source/ScreenHelper_linux.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void closeDisplayHandle() {
27 if (display) {
28 XCloseDisplay(display);
29 }
30}
31
32} // namespace e47
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected