MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / getDeleteAtom

Method getDeleteAtom

server/XCBConnHash.h:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 xcb_atom_t getDeleteAtom(xcb_connection_t *conn)
97 {
98 if(!conn) THROW("Invalid_argument");
99 XCBConnAttribs *attribs = HASH::find(conn, NULL);
100 if(attribs) return attribs->deleteAtom;
101 return 0;
102 }
103
104 private:
105

Callers 1

handleXCBEventFunction · 0.80

Calls 1

findFunction · 0.50

Tested by

no test coverage detected