MCPcopy Create free account
hub / github.com/deskflow/deskflow / internalHandler

Method internalHandler

src/lib/platform/XWindowsUtil.cpp:310–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310int XWindowsUtil::ErrorLock::internalHandler(Display *display, XErrorEvent *event)
311{
312 if (s_top != nullptr && s_top->m_handler != nullptr) {
313 s_top->m_handler(display, event, s_top->m_userData);
314 }
315 return 0;
316}
317
318void XWindowsUtil::ErrorLock::ignoreHandler(Display *, XErrorEvent *e, void *)
319{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected