Author: bgbnbigben
Date: 2011-11-14 17:54:55 -0800 (Mon, 14 Nov 2011)
New Revision: 9178
Log:
Fixed a typo in the ShapedWindow
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-14 17:10:28 UTC
(rev 9177)
+++ branches/branch-3.0/src/fltk3/ShapedWindow.cxx 2011-11-15 01:54:55 UTC
(rev 9178)
@@ -62,7 +62,7 @@
HRGN bitmap2region(fltk3::Image* image) {
HRGN hRgn = 0;
- const int alloc_unit = 100;
+ const int ALLOC_UNIT = 100;
DWORD maxRects = ALLOC_UNIT;
RGNDATA* pData =
(RGNDATA*)malloc(sizeof(RGNDATAHEADER)+(sizeof(RECT)*maxRects));
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit