Alexandre Julliard : wordpad: Specify cursor hotspots separately for each size.
Module: wine Branch: master Commit: 86aad73177f70eb4c759d3f2ddbf86b762a19ec9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=86aad73177f70eb4c759d3f2dd... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Oct 17 16:26:37 2017 +0200 wordpad: Specify cursor hotspots separately for each size. This is supported in icoutils as of version 0.32.0. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- programs/wordpad/zoom.cur | Bin 33134 -> 33134 bytes programs/wordpad/zoom.svg | 28 +++++++++++++++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/programs/wordpad/zoom.cur b/programs/wordpad/zoom.cur index eb2d01d..adb941c 100644 Binary files a/programs/wordpad/zoom.cur and b/programs/wordpad/zoom.cur differ diff --git a/programs/wordpad/zoom.svg b/programs/wordpad/zoom.svg index 516d23d..4154186 100644 --- a/programs/wordpad/zoom.svg +++ b/programs/wordpad/zoom.svg @@ -51,6 +51,27 @@ inkscape:window-maximized="0" inkscape:current-layer="svg2" /> <rect + id="hotspot:64" + height="1" + width="1" + y="15" + x="15" + style="fill:none" /> + <rect + id="hotspot:48" + height="1" + width="1" + y="11" + x="11" + style="fill:none" /> + <rect + id="hotspot:32" + height="1" + width="1" + y="7" + x="7" + style="fill:none" /> + <rect id="cursor:64-32" height="64" width="64" @@ -71,13 +92,6 @@ y="32" x="112" style="fill:none" /> - <rect - id="hotspot" - height="1" - width="1" - y="7" - x="7" - style="fill:none" /> <g style="display:inline;opacity:1;stroke-width:0.95640075" transform="matrix(1.902027,0,0,1.902027,-431.17055,-1616.8392)"
participants (1)
-
Alexandre Julliard