Revision: 75602
http://sourceforge.net/p/brlcad/code/75602
Author: starseeker
Date: 2020-04-25 14:30:27 +0000 (Sat, 25 Apr 2020)
Log Message:
-----------
Need explicit Tcl_Init - Tk_Init won't take care of it automatically if not
already called.
Modified Paths:
--------------
brlcad/trunk/src/libdm/tcl_img.cpp
Modified: brlcad/trunk/src/libdm/tcl_img.cpp
===================================================================
--- brlcad/trunk/src/libdm/tcl_img.cpp 2020-04-25 02:01:16 UTC (rev 75601)
+++ brlcad/trunk/src/libdm/tcl_img.cpp 2020-04-25 14:30:27 UTC (rev 75602)
@@ -78,6 +78,7 @@
}
Tcl_Interp *interp = Tcl_CreateInterp();
+ Tcl_Init(interp);
Tk_Init(interp);
Tk_Window tkwin = Tk_MainWindow(interp);
Tk_GeometryRequest(tkwin, wsize, wsize);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits