| 85 | */ |
| 86 | |
| 87 | static 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}, |
nothing calls this directly
no outgoing calls
no test coverage detected