diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXColor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXColor.c b/macosx/tkMacOSXColor.c index 7e7a81f..90359a0 100644 --- a/macosx/tkMacOSXColor.c +++ b/macosx/tkMacOSXColor.c @@ -36,7 +36,7 @@ static NSColorSpace* sRGB = NULL; static const CGFloat WINDOWBACKGROUND[4] = {236.0 / 255, 236.0 / 255, 236.0 / 255, 1.0}; -void initColorTable() +static void initColorTable() { NSAutoreleasePool *pool = [NSAutoreleasePool new]; Tcl_InitHashTable(&systemColors, TCL_STRING_KEYS); @@ -239,7 +239,7 @@ unsigned long TkMacOSXClearPixel( *---------------------------------------------------------------------- */ -SystemColorDatum* +static SystemColorDatum* GetEntryFromPixel( unsigned long pixel) { |