mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:30:37 +00:00
Make private symbols actually private (1/n).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18007 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0fbb26a028
commit
205c9bd67f
5 changed files with 22 additions and 12 deletions
|
@ -124,7 +124,7 @@
|
|||
return c;
|
||||
}
|
||||
|
||||
inline void DrawUpButton(NSRect aRect)
|
||||
static inline void DrawUpButton(NSRect aRect)
|
||||
{
|
||||
NSRectEdge up_sides[] = {NSMinXEdge, NSMaxYEdge,
|
||||
NSMaxXEdge, NSMinYEdge};
|
||||
|
@ -154,7 +154,7 @@ inline void DrawUpButton(NSRect aRect)
|
|||
PSstroke();
|
||||
}
|
||||
|
||||
inline void HighlightUpButton(NSRect aRect)
|
||||
static inline void HighlightUpButton(NSRect aRect)
|
||||
{
|
||||
NSRectEdge up_sides[] = {NSMinXEdge, NSMaxYEdge,
|
||||
NSMaxXEdge, NSMinYEdge};
|
||||
|
@ -184,7 +184,7 @@ inline void HighlightUpButton(NSRect aRect)
|
|||
PSstroke();
|
||||
}
|
||||
|
||||
inline void DrawDownButton(NSRect aRect)
|
||||
static inline void DrawDownButton(NSRect aRect)
|
||||
{
|
||||
NSRectEdge up_sides[] = {NSMinXEdge, NSMaxYEdge,
|
||||
NSMaxXEdge, NSMinYEdge};
|
||||
|
@ -215,7 +215,7 @@ inline void DrawDownButton(NSRect aRect)
|
|||
PSstroke();
|
||||
}
|
||||
|
||||
inline void HighlightDownButton(NSRect aRect)
|
||||
static inline void HighlightDownButton(NSRect aRect)
|
||||
{
|
||||
NSRectEdge up_sides[] = {NSMinXEdge, NSMaxYEdge,
|
||||
NSMaxXEdge, NSMinYEdge};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue