From 3bf4610347376d326ac376e62a810e20661f1479 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Thu, 26 Sep 2019 14:31:47 +0200 Subject: GHOST: refresh standard cursors available for platforms * Add more standard cursor types, that platforms can optionally support. * Remove a few unused cursor types that were not properly supported and would show the wrong cursor when used. * Add native cursor files for Windows. These scale well with DPI and have anti-aliasing. Designed by Duarte Farrajota Ramos. Ref D5197 --- release/windows/icons/winblender.rc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'release/windows/icons/winblender.rc') diff --git a/release/windows/icons/winblender.rc b/release/windows/icons/winblender.rc index a7d9eff8dbf..ba3363aacc5 100644 --- a/release/windows/icons/winblender.rc +++ b/release/windows/icons/winblender.rc @@ -13,6 +13,31 @@ APPICON ICON DISCARDABLE "winblender.ico" BLENDERFILE ICON DISCARDABLE "winblenderfile.ico" +pointer_cursor CURSOR "cursors/pointer.cur" +moveew_cursor CURSOR "cursors/moveew.cur" +movens_cursor CURSOR "cursors/movens.cur" +arrowdown_cursor CURSOR "cursors/arrowdown.cur" +arrowleft_cursor CURSOR "cursors/arrowleft.cur" +arrowright_cursor CURSOR "cursors/arrowright.cur" +arrowup_cursor CURSOR "cursors/arrowup.cur" +cross_cursor CURSOR "cursors/cross.cur" +crossA_cursor CURSOR "cursors/crossa.cur" +crossB_cursor CURSOR "cursors/crossb.cur" +crossC_cursor CURSOR "cursors/crossc.cur" +eraser_cursor CURSOR "cursors/eraser.cur" +eyedropper_cursor CURSOR "cursors/eyedropper.cur" +handopen_cursor CURSOR "cursors/handopen.cur" +knife_cursor CURSOR "cursors/knife.cur" +pencil_cursor CURSOR "cursors/pencil.cur" +scrollew_cursor CURSOR "cursors/scrollew.cur" +scrollns_cursor CURSOR "cursors/scrollns.cur" +scrollnsew_cursor CURSOR "cursors/scrollnsew.cur" +splith_cursor CURSOR "cursors/splith.cur" +splitv_cursor CURSOR "cursors/splitv.cur" +zoomin_cursor CURSOR "cursors/zoomin.cur" +zoomout_cursor CURSOR "cursors/zoomout.cur" +forbidden_cursor CURSOR "cursors/forbidden.cur" + IDR_VERSION1 VERSIONINFO FILEVERSION BLEN_VER_RC_1, BLEN_VER_RC_2, BLEN_VER_RC_3, BLEN_VER_RC_4 PRODUCTVERSION BLEN_VER_RC_1, BLEN_VER_RC_2, BLEN_VER_RC_3, BLEN_VER_RC_4 -- cgit v1.2.3