mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +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
37d07659ee
commit
20951887f8
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ typedef enum _NSScrollerArrow {
|
|||
NSScrollerPart _hitPart;
|
||||
NSScrollArrowPosition _arrowsPosition;
|
||||
NSUsableScrollerParts _usableParts;
|
||||
BOOL _cacheValid;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue