X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f7b34a878bbcb2f71a0c7694e2a3bec51460218..625cb8c0b1ac12f26265cae2c69d7f510de0edb1:/src/mgl/cursor.cpp diff --git a/src/mgl/cursor.cpp b/src/mgl/cursor.cpp index 0764b93519..1e4867ae70 100644 --- a/src/mgl/cursor.cpp +++ b/src/mgl/cursor.cpp @@ -68,6 +68,9 @@ wxCursor::wxCursor(int cursorId) switch (cursorId) { + // FIXME_MGL -- what about storing these default cursors in executable + // as XPMs so that wxMGL binary wouldn't depend on + // tons of files in $MGL_ROOT/cursors? I don't know yet... case wxCURSOR_ARROW: cursorname = "arrow.cur"; break; case wxCURSOR_BULLSEYE: cursorname = "bullseye.cur"; break; case wxCURSOR_CHAR: cursorname = "char.cur"; break;