Add 'id _coreAnimationData' variable to AppKit/Headers/NSView.h.

The variable will point to another class instance that will
contain data necessary data for future implementation of methods
regarding CA layers.
This commit is contained in:
Stjepan Brkić 2018-06-04 21:48:24 +02:00
parent 2f9c16ad81
commit e1031e7198
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2018-06-04 Stjepan Brkić <stjepanbrkicc@gmail.com>
* 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

View file

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