Revision: 75622
          http://sourceforge.net/p/brlcad/code/75622
Author:   starseeker
Date:     2020-04-28 17:58:23 +0000 (Tue, 28 Apr 2020)
Log Message:
-----------
note

Modified Paths:
--------------
    brlcad/trunk/src/libdm/tests/tcl_img.cpp

Modified: brlcad/trunk/src/libdm/tests/tcl_img.cpp
===================================================================
--- brlcad/trunk/src/libdm/tests/tcl_img.cpp    2020-04-28 17:44:07 UTC (rev 
75621)
+++ brlcad/trunk/src/libdm/tests/tcl_img.cpp    2020-04-28 17:58:23 UTC (rev 
75622)
@@ -228,6 +228,9 @@
     return TCL_OK;
 }
 
+// TODO - see if we can improve this from timing loop based to triggering a 
render based on an
+// event sent from the parent... the render_needed flag is basically a 
poor-man's subsititute
+// for a render-request event from the parent thread.
 static Tcl_ThreadCreateType
 Dm_Draw(ClientData clientData)
 {

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