diff options
Diffstat (limited to 'mac/tkMacBitmap.c')
-rw-r--r-- | mac/tkMacBitmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacBitmap.c b/mac/tkMacBitmap.c index e434c26..918b190 100644 --- a/mac/tkMacBitmap.c +++ b/mac/tkMacBitmap.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacBitmap.c,v 1.4 1999/05/22 06:32:12 jingham Exp $ + * RCS: @(#) $Id: tkMacBitmap.c,v 1.5 2002/08/31 06:12:28 das Exp $ */ #include "tkPort.h" @@ -142,7 +142,7 @@ TkpDefineNativeBitmaps() Pixmap TkpCreateNativeBitmap( Display *display, - char * source) /* Info about the icon to build. */ + CONST char * source) /* Info about the icon to build. */ { Pixmap pix; GWorldPtr destPort; |