Revision: 76586
          http://sourceforge.net/p/brlcad/code/76586
Author:   starseeker
Date:     2020-07-29 20:45:02 +0000 (Wed, 29 Jul 2020)
Log Message:
-----------
Use more specific name

Modified Paths:
--------------
    brlcad/branches/bioh/include/dm/bview.h
    brlcad/branches/bioh/src/libged/display_list.c
    brlcad/branches/bioh/src/libged/draw/draw.c

Modified: brlcad/branches/bioh/include/dm/bview.h
===================================================================
--- brlcad/branches/bioh/include/dm/bview.h     2020-07-29 20:37:39 UTC (rev 
76585)
+++ brlcad/branches/bioh/include/dm/bview.h     2020-07-29 20:45:02 UTC (rev 
76586)
@@ -259,7 +259,7 @@
 };
 
 
-struct bview_client_data {
+struct bview_solid_data {
     struct display_list *gdlp;
     int draw_solid_lines_only;
     int wireframe_color_override;

Modified: brlcad/branches/bioh/src/libged/display_list.c
===================================================================
--- brlcad/branches/bioh/src/libged/display_list.c      2020-07-29 20:37:39 UTC 
(rev 76585)
+++ brlcad/branches/bioh/src/libged/display_list.c      2020-07-29 20:45:02 UTC 
(rev 76586)
@@ -956,7 +956,7 @@
     point_t min, max;
     struct solid *sp;
     union tree *curtree;
-    struct bview_client_data *bview_data = (struct bview_client_data 
*)client_data;
+    struct bview_solid_data *bview_data = (struct bview_solid_data 
*)client_data;
 
     RT_CK_DB_INTERNAL(ip);
     BG_CK_TESS_TOL(tsp->ts_ttol);

Modified: brlcad/branches/bioh/src/libged/draw/draw.c
===================================================================
--- brlcad/branches/bioh/src/libged/draw/draw.c 2020-07-29 20:37:39 UTC (rev 
76585)
+++ brlcad/branches/bioh/src/libged/draw/draw.c 2020-07-29 20:45:02 UTC (rev 
76586)
@@ -848,7 +848,7 @@
 
                /* create solids */
                for (i = 0; i < argc; ++i) {
-                   struct bview_client_data bview_data;
+                   struct bview_solid_data bview_data;
                    bview_data.draw_solid_lines_only = 
dgcdp.draw_solid_lines_only;
                    bview_data.wireframe_color_override = 
dgcdp.wireframe_color_override;
                    bview_data.wireframe_color[0]= dgcdp.wireframe_color[0];

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