summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-14 09:09:42 -0400
committerPietro Gagliardi <[email protected]>2014-03-14 09:09:42 -0400
commit21d3bf944b1efe19c969b764804a86baf1c913e8 (patch)
treee69b3f24ded6a55856e3eb348574cfeb9936a850
parent43da1118bea28b7991f2eab6fd4a4735f8c24fe8 (diff)
More Area planning.
-rw-r--r--areaplan.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/areaplan.md b/areaplan.md
index 8c25ef6..1247613 100644
--- a/areaplan.md
+++ b/areaplan.md
@@ -142,7 +142,7 @@ Upon further review, there really doesn't seem to be any way around it: we have
status := GdipCreateBitmapFromScan0(
i.Rect.Dx(),
i.Rect.Dy(),
- 0, // no stride anymore
+ i.Rect.Dy() * 4, // got rid of extra stride
PixelFormat32bppARGB,
&realbits[0],
&bitmap)