MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getDisplayDataById

Method getDisplayDataById

source/x11/xserver.cpp:695–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695DisplayDataPtr XServer::getDisplayDataById(U32 id) {
696 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(displayMutex);
697 return displays.get(id);
698}
699
700U32 XServer::getEventTime() {
701 return KSystem::getMilliesSinceStart();

Callers 3

initClipboardMethod · 0.80
x11_PutBackEventFunction · 0.80
x11_SendEventFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected