MCPcopy Create free account
hub / github.com/SimHacker/micropolis / CursorName

Class CursorName

micropolis-activity/src/tk/tkcursor.c:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 */
86
87static struct CursorName {
88 char *name;
89 unsigned int shape;
90} cursorNames[] = {
91 {"X_cursor", XC_X_cursor},
92 {"arrow", XC_arrow},
93 {"based_arrow_down", XC_based_arrow_down},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected