diff options
author | jingham <jingham> | 1999-05-22 06:33:38 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-05-22 06:33:38 (GMT) |
commit | eb02b7f4b5f03cf0252e0733efdebf890095f57c (patch) | |
tree | 08690563c402052345246f896205236bfc84d20f /mac/tkMacWm.c | |
parent | 49264adc083f7766a5ff40538126526a6a8880c0 (diff) | |
download | tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.zip tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.gz tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.bz2 |
Changes needed to get Tk8.1 to compile with stubs on the Mac
Diffstat (limited to 'mac/tkMacWm.c')
-rw-r--r-- | mac/tkMacWm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMacWm.c b/mac/tkMacWm.c index f965f5c..77237d5 100644 --- a/mac/tkMacWm.c +++ b/mac/tkMacWm.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacWm.c,v 1.6 1999/04/16 01:51:32 stanton Exp $ + * RCS: @(#) $Id: tkMacWm.c,v 1.7 1999/05/22 06:35:34 jingham Exp $ */ #include <Gestalt.h> @@ -3620,6 +3620,7 @@ TkMacZoomToplevel( Point location = {0, 0}; int xOffset, yOffset; WmInfo *wmPtr; + TkDisplay *dispPtr; SetPort(whichWindow); if (!TrackBox(whichWindow, where, zoomPart)) { |