Revision: 75543
          http://sourceforge.net/p/brlcad/code/75543
Author:   starseeker
Date:     2020-04-22 16:02:01 +0000 (Wed, 22 Apr 2020)
Log Message:
-----------
FB->DM

Modified Paths:
--------------
    brlcad/branches/dm-fb-merge/src/libdm/include/private.h

Modified: brlcad/branches/dm-fb-merge/src/libdm/include/private.h
===================================================================
--- brlcad/branches/dm-fb-merge/src/libdm/include/private.h     2020-04-22 
16:01:04 UTC (rev 75542)
+++ brlcad/branches/dm-fb-merge/src/libdm/include/private.h     2020-04-22 
16:02:01 UTC (rev 75543)
@@ -161,34 +161,11 @@
 int
 drawLine2D(struct dm *dmp, fastf_t X1, fastf_t Y1, fastf_t X2, fastf_t Y2, 
const char *log_bu);
 
-int
-draw_Line3D(struct dm *dmp, point_t pt1, point_t pt2);
+DM_EXPORT extern struct fb remote_interface; /* not in list[] */
 
-/* declare all the possible interfaces */
-#ifdef IF_X
-FB_EXPORT extern struct fb X24_interface;
-#endif
-#ifdef IF_OGL
-FB_EXPORT extern struct fb ogl_interface;
-#endif
-#ifdef IF_OSGL
-FB_EXPORT extern struct fb osgl_interface;
-#endif
-#ifdef IF_WGL
-FB_EXPORT extern struct fb wgl_interface;
-#endif
-#ifdef IF_TK
-FB_EXPORT extern struct fb tk_interface;
-#endif
-#ifdef IF_QT
-FB_EXPORT extern struct fb qt_interface;
-#endif
-
-FB_EXPORT extern struct fb remote_interface; /* not in list[] */
-
 /* Always included */
-FB_EXPORT extern struct fb debug_interface, disk_interface, stk_interface;
-FB_EXPORT extern struct fb memory_interface, fb_null_interface;
+DM_EXPORT extern struct fb debug_interface, disk_interface, stk_interface;
+DM_EXPORT extern struct fb memory_interface, fb_null_interface;
 
 
 /* Shared memory (shmget et. al.) key common to multiple framebuffers */

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