mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 06:10:59 +00:00
Added ivar for caching rects
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7357 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc0d54400b
commit
3437a1effc
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ typedef enum _NSScrollerArrow {
|
||||||
NSScrollerPart _hitPart;
|
NSScrollerPart _hitPart;
|
||||||
NSScrollArrowPosition _arrowsPosition;
|
NSScrollArrowPosition _arrowsPosition;
|
||||||
NSUsableScrollerParts _usableParts;
|
NSUsableScrollerParts _usableParts;
|
||||||
|
BOOL _cacheValid;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue