Author: bgbnbigben
Date: 2011-11-14 17:56:17 -0800 (Mon, 14 Nov 2011)
New Revision: 9179
Log:
Aaaand added a comment to something I've just noticed with the ShapedWindow. 
I'll get there one day...


Modified:
   branches/branch-3.0/src/fltk3/ShapedWindow.cxx

Modified: branches/branch-3.0/src/fltk3/ShapedWindow.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/ShapedWindow.cxx      2011-11-15 01:54:55 UTC 
(rev 9178)
+++ branches/branch-3.0/src/fltk3/ShapedWindow.cxx      2011-11-15 01:56:17 UTC 
(rev 9179)
@@ -62,6 +62,7 @@
 
   HRGN bitmap2region(fltk3::Image* image) {
     HRGN hRgn = 0;
+    /* Does this need to be dynamically determined, perhaps? */
     const int ALLOC_UNIT = 100;
     DWORD maxRects = ALLOC_UNIT;
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to