Revision: 75615
          http://sourceforge.net/p/brlcad/code/75615
Author:   starseeker
Date:     2020-04-27 19:54:15 +0000 (Mon, 27 Apr 2020)
Log Message:
-----------
Need to study the guts of the implementation to figure this out, don't worry 
about it right now

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

Modified: brlcad/trunk/src/libdm/tcl_img.cpp
===================================================================
--- brlcad/trunk/src/libdm/tcl_img.cpp  2020-04-27 18:46:46 UTC (rev 75614)
+++ brlcad/trunk/src/libdm/tcl_img.cpp  2020-04-27 19:54:15 UTC (rev 75615)
@@ -140,8 +140,6 @@
     }
 
     // Let Tcl/Tk know the photo data has changed, so it can update the 
visuals accordingly.
-    // TODO - a) is it valid and b) is there a performance reason to specify 
just the changed
-    // region rather than the whole data block?
     Tk_PhotoPutBlock(interp, dm_img, &dm_data, 0, 0, dm_data.width, 
dm_data.height, TK_PHOTO_COMPOSITE_SET);
 
     return TCL_OK;

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