Module: wine Branch: master Commit: d6fdbae1bc5e425edb949e0d7d096244824f9ad2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d6fdbae1bc5e425edb949e0d7d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jul 14 13:11:23 2017 +0200 comctl32: New high resolution cursors generated from SVG. Based on a cursor set published by Ludvig Hummel under the X11 license. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/comctl32/Makefile.in | 6 +- dlls/comctl32/idc_copy.cur | Bin 326 -> 33134 bytes dlls/comctl32/idc_copy.svg | 212 +++++++++++++++++++++++++++++++ dlls/comctl32/idc_divider.cur | Bin 326 -> 33134 bytes dlls/comctl32/idc_divider.svg | 186 +++++++++++++++++++++++++++ dlls/comctl32/idc_divideropen.cur | Bin 326 -> 33134 bytes dlls/comctl32/idc_divideropen.svg | 210 +++++++++++++++++++++++++++++++ dlls/comctl32/idc_movebutton.cur | Bin 326 -> 33134 bytes dlls/comctl32/idc_movebutton.svg | 259 ++++++++++++++++++++++++++++++++++++++ 9 files changed, 872 insertions(+), 1 deletion(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d6fdbae1bc5e425edb949e...