Ken Thomases : winemac: Implement SetCursor() and DestroyCursorIcon().

Alexandre Julliard julliard at winehq.org
Mon Feb 25 14:33:46 CST 2013


Module: wine
Branch: master
Commit: a49df4b3172dda83262fdea9125dabf3a2bb3445
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a49df4b3172dda83262fdea9125dabf3a2bb3445

Author: Ken Thomases <ken at codeweavers.com>
Date:   Sun Feb 24 22:53:21 2013 -0600

winemac: Implement SetCursor() and DestroyCursorIcon().

---

 dlls/winemac.drv/cocoa_app.h      |    5 +
 dlls/winemac.drv/cocoa_app.m      |  142 +++++++++
 dlls/winemac.drv/macdrv.h         |    2 +
 dlls/winemac.drv/macdrv_cocoa.h   |    4 +
 dlls/winemac.drv/macdrv_main.c    |   34 +++
 dlls/winemac.drv/mouse.c          |  577 +++++++++++++++++++++++++++++++++++++
 dlls/winemac.drv/winemac.drv.spec |    2 +
 7 files changed, 766 insertions(+), 0 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=a49df4b3172dda83262fdea9125dabf3a2bb3445



More information about the wine-cvs mailing list