OSDN Git Service

To make further changes easier (to better match with current Apple documentation...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 26 Feb 2020 05:29:06 +0000 (21:29 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 26 Feb 2020 05:29:06 +0000 (21:29 -0800)
commit8665f47487e76b7317eca28aa7a5e26bb4223a3d
tree000f3b394ebc733908b671dbff6cd071c9cd8e01
parentd40fff86cfaaa9e50cd57661348f43906112ef88
To make further changes easier (to better match with current Apple documentation and code generated with Xcode), converted to automatic reference counting (ARC).  To simplify cleanup, made some plain C structs (the storage for sound and pending changes to a terminal) into Objective-C classes.  For similar reasons, and for better encapsulation, moved some file global variables into classes and promoted some instance variables in AngbandContext to full properties.  For ease of access to the application deleget, made some static functions into instance functions of the application delegate.
src/Makefile.am
src/cocoa/AppDelegate.h
src/cocoa/AppDelegate.m
src/main-cocoa.m