MCPcopy Create free account
hub / github.com/clementgallet/libTAS / getQueue

Method getQueue

src/library/xlib/XlibEventQueueList.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::shared_ptr<XlibEventQueue> XlibEventQueueList::getQueue(Display* display)
48{
49 for (auto queue: eventQueueList)
50 if (queue->display == display)
51 return queue;
52
53 return nullptr;
54}
55
56int XlibEventQueueList::insert(Display* display, XEvent* event)
57{

Callers 4

XCreateWindowFunction · 0.45
XSelectInputFunction · 0.45
XChangeWindowAttributesFunction · 0.45
getEventQueueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected