Revision: 76967
http://sourceforge.net/p/brlcad/code/76967
Author: starseeker
Date: 2020-08-26 15:55:14 +0000 (Wed, 26 Aug 2020)
Log Message:
-----------
Print an indicator of what the next DM/FB update will be.
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-08-26 15:13:17 UTC (rev
76966)
+++ brlcad/trunk/src/libdm/tests/tcl_img.cpp 2020-08-26 15:55:14 UTC (rev
76967)
@@ -395,6 +395,8 @@
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
+ std::cout << "DM update: " << r << "," << g << "," << b << "\n";
+
// Update done - let the parent structure know. We don't clear the
// render_needed flag here, since the parent window may have changed
// between the start and the end of this render and if it has we need
@@ -493,6 +495,8 @@
Tcl_MutexUnlock(&threadMutex);
Tcl_MutexUnlock(&fblock);
+ std::cout << "FB update: " << r << "," << g << "," << b << "\n";
+
// Generate an event for the manager thread to let it know we're done, if
the
// display manager isn't already about to generate such an event
Tcl_MutexLock(&threadMutex);
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