Tim Clem : winemac.drv: Factor out cursor clipping code to its own class.

Alexandre Julliard julliard at winehq.org
Fri Jan 21 15:54:49 CST 2022


Module: wine
Branch: master
Commit: 1c80eb5e5baab766d571d9e8695981acbe88b7d3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1c80eb5e5baab766d571d9e8695981acbe88b7d3

Author: Tim Clem <tclem at codeweavers.com>
Date:   Wed Jan 19 11:40:24 2022 -0800

winemac.drv: Factor out cursor clipping code to its own class.

Signed-off-by: Tim Clem <tclem at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winemac.drv/Makefile.in            |   1 +
 dlls/winemac.drv/cocoa_app.h            |  11 +-
 dlls/winemac.drv/cocoa_app.m            | 326 +++--------------------------
 dlls/winemac.drv/cocoa_cursorclipping.h |  46 +++++
 dlls/winemac.drv/cocoa_cursorclipping.m | 353 ++++++++++++++++++++++++++++++++
 5 files changed, 430 insertions(+), 307 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=1c80eb5e5baab766d571d9e8695981acbe88b7d3



More information about the wine-cvs mailing list