mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:00:48 +00:00
* Source/NSCursor.m (_getStandardCursor): Rename to
getStandardCursor and make static and non-inlined. Update callers. * Source/NSTableView.m (computePeriod): Make static. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20102 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d51e45a4a8
commit
e19c2ea504
3 changed files with 22 additions and 16 deletions
|
@ -3303,7 +3303,7 @@ byExtendingSelection: (BOOL)flag
|
|||
}
|
||||
|
||||
|
||||
inline float computePeriod(NSPoint mouseLocationWin,
|
||||
static inline float computePeriod(NSPoint mouseLocationWin,
|
||||
float minYVisible,
|
||||
float maxYVisible)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue