mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:01:16 +00:00
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:
parent
2f9c16ad81
commit
e1031e7198
2 changed files with 8 additions and 0 deletions
|
@ -130,6 +130,7 @@ typedef enum _NSFocusRingType {
|
|||
id _boundsMatrix;
|
||||
id _matrixToWindow;
|
||||
id _matrixFromWindow;
|
||||
id _coreAnimationData;
|
||||
|
||||
NSView* _super_view;
|
||||
PACKAGE_SCOPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue