Add crosshairs mouse cursor

This commit is contained in:
Jack Andersen
2016-01-09 20:42:00 -10:00
parent 5485e7d2b1
commit f20c1bcfc2
8 changed files with 13 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ struct XlibCursors
Cursor m_hArrow;
Cursor m_vArrow;
Cursor m_ibeam;
Cursor m_crosshairs;
Cursor m_wait;
};
extern XlibCursors X_CURSORS;