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

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