diff options
author | rjohnson <rjohnson> | 1998-09-30 19:01:19 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-09-30 19:01:19 (GMT) |
commit | 482d5ce35c802162132e4eee4a59ff453f45f531 (patch) | |
tree | e8f9ce0fdf1594b3d40b87fa21119fb159b1e874 /generic/tkWindow.c | |
parent | 068cb6c58c21179128dd33d86208e199e83e4d64 (diff) | |
download | tk-482d5ce35c802162132e4eee4a59ff453f45f531.zip tk-482d5ce35c802162132e4eee4a59ff453f45f531.tar.gz tk-482d5ce35c802162132e4eee4a59ff453f45f531.tar.bz2 |
Removed old/unused function declarations
removed unused file on Mac implementation
made bell cmd an obj cmd - improved it's test suite
Diffstat (limited to 'generic/tkWindow.c')
-rw-r--r-- | generic/tkWindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c index 6b294e4..64b06a8 100644 --- a/generic/tkWindow.c +++ b/generic/tkWindow.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWindow.c,v 1.3 1998/09/14 18:23:20 stanton Exp $ + * RCS: @(#) $Id: tkWindow.c,v 1.4 1998/09/30 19:01:20 rjohnson Exp $ */ #include "tkPort.h" @@ -101,7 +101,7 @@ static TkCmd commands[] = { * Commands that are part of the intrinsics: */ - {"bell", Tk_BellCmd, NULL, 0}, + {"bell", NULL, Tk_BellObjCmd, 0}, {"bind", Tk_BindCmd, NULL, 1}, {"bindtags", Tk_BindtagsCmd, NULL, 1}, {"clipboard", Tk_ClipboardCmd, NULL, 0}, |