Revision: 75654
          http://sourceforge.net/p/brlcad/code/75654
Author:   starseeker
Date:     2020-04-30 17:43:58 +0000 (Thu, 30 Apr 2020)
Log Message:
-----------
Make a note on how we might be able to improve the visual for Tk_Photo during 
resize...

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-30 15:06:39 UTC (rev 
75653)
+++ brlcad/trunk/src/libdm/tests/tcl_img.cpp    2020-04-30 17:43:58 UTC (rev 
75654)
@@ -131,6 +131,10 @@
 // Tcl_Interp - which is the parent thread.  The interp below must
 // thus be the PARENT's interp, and we have passed it through the
 // various structures to be available here.
+//
+// TODO - see if we can use the Tk_PhotoPutZoomedBlock API to keep the image in
+// sync with the window size as we're moving; even if it's not a fully crisp
+// rendering, then catch up once a properly sized rendering is done...
 static int
 UpdateProc(Tcl_Event *evPtr, int UNUSED(mask))
 {

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