diff options
-rw-r--r-- | doc/GetBitmap.3 | 6 | ||||
-rw-r--r-- | unix/Makefile.in | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/GetBitmap.3 b/doc/GetBitmap.3 index 6a84e45..7bbce28 100644 --- a/doc/GetBitmap.3 +++ b/doc/GetBitmap.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: GetBitmap.3,v 1.1.4.3 1999/03/30 04:11:56 stanton Exp $ +'\" RCS: @(#) $Id: GetBitmap.3,v 1.1.4.4 1999/04/07 00:36:10 stanton Exp $ '\" .so man.macros .TH Tk_AllocBitmapFromObj 3 8.1 Tk "Tk Library Procedures" @@ -51,11 +51,11 @@ Token for window in which the bitmap will be used. .AP Tcl_Obj *objPtr in/out String value describes desired bitmap; internal rep will be modified to cache pointer to corresponding Pixmap. -.AP CONST char *info in +.AP "CONST char" *info in Same as \fIobjPtr\fR except description of bitmap is passed as a string and resulting Pixmap isn't cached. .VE -.AP CONST char *name in +.AP "CONST char" *name in Name for new bitmap to be defined. .AP char *source in Data for bitmap, in standard bitmap format. diff --git a/unix/Makefile.in b/unix/Makefile.in index b54c7d0..466c126 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.1.4.12 1999/04/06 02:57:58 hershey Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.1.4.13 1999/04/07 00:36:10 stanton Exp $ # Current Tk version; used in various names. @@ -1007,7 +1007,7 @@ alldist: dist $(DISTROOT)/$(ZIPNAME) cd $(DISTROOT); tar cf $(DISTNAME).tar $(DISTNAME); \ gzip -9 -c $(DISTNAME).tar > $(DISTNAME).tar.gz; \ - compress $(DISTNAME).tar; zip -r8 $(ZIPNAME) $(DISTNAME) + compress $(DISTNAME).tar; zip -qr8 $(ZIPNAME) $(DISTNAME) # # The target below is similar to "alldist" except it works for patch |