Revision: 75421
          http://sourceforge.net/p/brlcad/code/75421
Author:   starseeker
Date:     2020-04-16 01:14:23 +0000 (Thu, 16 Apr 2020)
Log Message:
-----------
At a glance it looks like the fb headers are just providing some system headers 
for this part of tclcad?

Modified Paths:
--------------
    brlcad/trunk/src/libtclcad/tclcad_obj.c

Modified: brlcad/trunk/src/libtclcad/tclcad_obj.c
===================================================================
--- brlcad/trunk/src/libtclcad/tclcad_obj.c     2020-04-16 01:05:55 UTC (rev 
75420)
+++ brlcad/trunk/src/libtclcad/tclcad_obj.c     2020-04-16 01:14:23 UTC (rev 
75421)
@@ -41,6 +41,9 @@
 #include "png.h"
 
 #include "tcl.h"
+#ifdef HAVE_TK
+#  include "tk.h"
+#endif
 
 #include "bn.h"
 #include "bu/cmd.h"
@@ -63,28 +66,15 @@
 #include "icv/crop.h"
 #include "fb.h"
 
-#ifdef DM_X
-#  ifdef WITH_TK
-#    include "tk.h"
+#if defined(DM_OGL) || defined(DM_WGL)
+#  if defined(DM_WGL)
+#    include <tkwinport.h>
+#  endif
+#  ifdef HAVE_GL_GL_H
+#    include <GL/gl.h>
+#  endif
 #endif
-#  include <X11/Xutil.h>
-#endif /* DM_X */
 
-#ifdef DM_TK
-#  ifdef WITH_TK
-#    include "tk.h"
-#  endif
-#endif /* DM_TK */
-
-#ifdef DM_OGL
-#  include "fb/fb_ogl.h"
-#endif /* DM_OGL */
-
-#ifdef DM_WGL
-#  include <tkwinport.h>
-#  include "fb/fb_wgl.h"
-#endif /* DM_WGL */
-
 /* Private headers */
 #include "tclcad_private.h"
 

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