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 /mac/tkMacInt.h | |
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 'mac/tkMacInt.h')
-rw-r--r-- | mac/tkMacInt.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mac/tkMacInt.h b/mac/tkMacInt.h index 2d863ae..04b132b 100644 --- a/mac/tkMacInt.h +++ b/mac/tkMacInt.h @@ -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: tkMacInt.h,v 1.4 1998/09/14 18:23:36 stanton Exp $ + * RCS: @(#) $Id: tkMacInt.h,v 1.5 1998/09/30 19:01:21 rjohnson Exp $ */ #ifndef _TKMACINT @@ -292,10 +292,5 @@ extern Tk_Window Tk_TopCoordsToWindow _ANSI_ARGS_((Tk_Window tkwin, int rootX, int rootY, int *newX, int *newY)); extern MacDrawable * TkMacContainerId _ANSI_ARGS_((TkWindow *winPtr)); extern MacDrawable * TkMacGetHostToplevel _ANSI_ARGS_((TkWindow *winPtr)); -/* - * The following prototypes need to go into tkMac.h - */ -EXTERN void Tk_UpdatePointer _ANSI_ARGS_((Tk_Window tkwin, - int x, int y, int state)); #endif /* _TKMACINT */ |