diff options
author | joye <joye> | 2014-04-24 16:27:43 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-24 16:27:43 (GMT) |
commit | 672793e3b2f23fdeefb22f7be6437d2048930188 (patch) | |
tree | 585706134eaccfd75dfdf129682a98f4fff4c815 /src/bltInt.C | |
parent | 930a8fe1233c690bf375a2add02fd610d4bbf3d1 (diff) | |
download | blt-672793e3b2f23fdeefb22f7be6437d2048930188.zip blt-672793e3b2f23fdeefb22f7be6437d2048930188.tar.gz blt-672793e3b2f23fdeefb22f7be6437d2048930188.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltInt.C')
-rw-r--r-- | src/bltInt.C | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bltInt.C b/src/bltInt.C index 5082a69..6c65f39 100644 --- a/src/bltInt.C +++ b/src/bltInt.C @@ -29,12 +29,13 @@ extern "C" { #include "bltInt.h" - -Tcl_AppInitProc Blt_VectorCmdInitProc; Tcl_AppInitProc Tkblt_Init; Tcl_AppInitProc Tkblt_SafeInit; +Tcl_AppInitProc Blt_VectorCmdInitProc; }; +#include <tk.h> + Tcl_AppInitProc Blt_GraphCmdInitProc; int Tkblt_Init(Tcl_Interp* interp) |