Merge pull request #16 from whiteShtef/master

Add 'id _coreAnimationData' variable to AppKit/Headers/NSView.h.
This commit is contained in:
Ivan Vučica 2018-06-07 22:56:43 +01:00 committed by GitHub
commit 0e0d3b563c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -1,12 +1,19 @@
2018-03-29 Graham Lee <graham@iamleeg.com>
2018-06-04 Stjepan Brkić <stjepanbrkicc@gmail.com>
* Source/NSWindowController.m: gsdoc
* Headers/AppKit/NSView.h: Add 'id _coreAnimationData' variable.
The variable will point to another class instance that will
contain data necessary data for future implementation of methods
regarding CA layers.
2018-03-30 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSDocument.m (-revertToContentsOfURL:ofType:error:): Add
override calls for deprecated methods.
2018-03-29 Graham Lee <graham@iamleeg.com>
* Source/NSWindowController.m: gsdoc
2018-03-11 Fred Kiefer <FredKiefer@gmx.de>
* Headers/AppKit/NSSliderCell.h,

View file

@ -130,6 +130,7 @@ typedef enum _NSFocusRingType {
id _boundsMatrix;
id _matrixToWindow;
id _matrixFromWindow;
id _coreAnimationData;
NSView* _super_view;
PACKAGE_SCOPE