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

Function XDefineCursor

src/library/inputs/xpointer.cpp:138–143  ·  view source on GitHub ↗

Override */

Source from the content-addressed store, hash-verified

136}
137
138/* Override */ int XDefineCursor(Display* d, Window w, Cursor c)
139{
140 RETURN_IF_NATIVE(XDefineCursor, (d, w, c), nullptr);
141 LOGTRACE(LCF_MOUSE);
142 return 0; // Not sure what to return
143}
144
145/* Override */ int XUndefineCursor(Display* d, Window w)
146{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected