Revision: 75296
          http://sourceforge.net/p/brlcad/code/75296
Author:   starseeker
Date:     2020-04-08 16:16:29 +0000 (Wed, 08 Apr 2020)
Log Message:
-----------
Have MGED do it's own Tk includes (apparently relying on libdm previously...)

Modified Paths:
--------------
    brlcad/trunk/src/mged/mged.h
    brlcad/trunk/src/mged/mged_dm.h

Modified: brlcad/trunk/src/mged/mged.h
===================================================================
--- brlcad/trunk/src/mged/mged.h        2020-04-08 16:14:44 UTC (rev 75295)
+++ brlcad/trunk/src/mged/mged.h        2020-04-08 16:16:29 UTC (rev 75296)
@@ -63,6 +63,10 @@
 #include <time.h>
 
 #include "tcl.h"
+#if defined(HAVE_TK)
+# include "tk.h"
+#endif
+
 #include "bu/parallel.h"
 #include "bu/list.h"
 #include "bu/str.h"

Modified: brlcad/trunk/src/mged/mged_dm.h
===================================================================
--- brlcad/trunk/src/mged/mged_dm.h     2020-04-08 16:14:44 UTC (rev 75295)
+++ brlcad/trunk/src/mged/mged_dm.h     2020-04-08 16:16:29 UTC (rev 75296)
@@ -37,6 +37,11 @@
 #include "./menu.h" /* struct menu_item */
 #include "./scroll.h" /* struct scroll_item */
 
+#include "tcl.h"
+#ifdef HAVE_TK
+#  include "tk.h"
+#  define HAVE_X11_TYPES 1
+#endif
 
 #ifndef COMMA
 #  define COMMA ','

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

Reply via email to