This file is provided as a convenience for those that wish to use BLT
with the Tcl/Tk 8.4a3 release.  This patch may or may not work with
other alpha Tcl/Tk 8.4 releases.

This file patches src/tkFrame.c.

Go to the toplevel BLT directory (the one that contains the README
file) and run the "patch" program.

	patch < thisFile

--gah

Index: src/tkFrame.c
===================================================================
RCS file: /cvsroot/blt/blt/src/tkFrame.c,v
retrieving revision 1.8
diff -c -r1.8 tkFrame.c
*** src/tkFrame.c	26 Nov 2001 01:53:16 -0000	1.8
--- src/tkFrame.c	20 Feb 2002 04:10:25 -0000
***************
*** 242,249 ****
  
  EXTERN Tk_Window TkCreateMainWindow _ANSI_ARGS_((Tcl_Interp * interp, 
  	char * screenName, char * baseName));
- EXTERN void TkSetClassProcs _ANSI_ARGS_((Tk_Window tkwin, void *procs, 
- 	ClientData instanceData));
  EXTERN void TkpSetMainMenubar _ANSI_ARGS_((Tcl_Interp * interp, Tk_Window tkwin,
  	char * menuName));
  EXTERN int TkpUseWindow _ANSI_ARGS_((Tcl_Interp * interp, Tk_Window tkwin, 
--- 242,247 ----
***************
*** 496,502 ****
      /*
       * Store backreference to frame widget in window structure.
       */
!     TkSetClassProcs(new, NULL, (ClientData)framePtr);
  #endif
  
      mask = ExposureMask | StructureNotifyMask | FocusChangeMask;
--- 494,500 ----
      /*
       * Store backreference to frame widget in window structure.
       */
!     Tk_SetClassProcs(new, NULL, (ClientData)framePtr);
  #endif
  
      mask = ExposureMask | StructureNotifyMask | FocusChangeMask;
