mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +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
|
@ -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
|
||||
|
|
|
@ -130,6 +130,7 @@ typedef enum _NSFocusRingType {
|
|||
id _boundsMatrix;
|
||||
id _matrixToWindow;
|
||||
id _matrixFromWindow;
|
||||
id _coreAnimationData;
|
||||
|
||||
NSView* _super_view;
|
||||
PACKAGE_SCOPE
|
||||
|
|
Loading…
Reference in a new issue