Revision: 75537
          http://sourceforge.net/p/brlcad/code/75537
Author:   starseeker
Date:     2020-04-22 15:12:27 +0000 (Wed, 22 Apr 2020)
Log Message:
-----------
Export a few more functions

Modified Paths:
--------------
    brlcad/branches/dm-fb-merge/include/dm/util.h

Modified: brlcad/branches/dm-fb-merge/include/dm/util.h
===================================================================
--- brlcad/branches/dm-fb-merge/include/dm/util.h       2020-04-22 15:08:39 UTC 
(rev 75536)
+++ brlcad/branches/dm-fb-merge/include/dm/util.h       2020-04-22 15:12:27 UTC 
(rev 75537)
@@ -37,6 +37,8 @@
 
 DM_EXPORT int draw_Line3D(struct dm *dmp, point_t pt1, point_t pt2);
 
+DM_EXPORT int drawLines3D(struct dm *dmp, int npoints, point_t *points, int 
lflag, const char *log_bu, float *wireColor);
+
 DM_EXPORT void flip_display_image_vertically(unsigned char *image, size_t 
width, size_t height);
 
 DM_EXPORT int fb_sim_view(struct fb *ifp, int xcenter, int ycenter, int xzoom, 
int yzoom);
@@ -47,6 +49,10 @@
 
 DM_EXPORT int fb_sim_getcursor(struct fb *ifp, int *mode, int *x, int *y);
 
+DM_EXPORT int fb_sim_readrect(struct fb *ifp, int xmin, int ymin, int width, 
int height, unsigned char *pp);
+
+DM_EXPORT int fb_sim_bwreadrect(struct fb *ifp, int xmin, int ymin, int width, 
int height, unsigned char *pp);
+
 __END_DECLS
 
 #endif /* DM_UTIL_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