Rubberstamped by Oliver.
* platform/win/DragImageWin.cpp:
(WebCore::allocImage):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@23487
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-06-13 Adam Roben <aroben@apple.com>
+
+ Fix one more BITMAPINFO/BITMAPINFOHEADER typo.
+
+ Rubberstamped by Oliver.
+
+ * platform/win/DragImageWin.cpp:
+ (WebCore::allocImage):
+
2007-06-12 Oliver Hunt <oliver@apple.com>
Reviewed by Darin.
{
HBITMAP hbmp;
BITMAPINFO bmpInfo = {0};
- bmpInfo.bmiHeader.biSize = sizeof(BITMAPINFO);
+ bmpInfo.bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
bmpInfo.bmiHeader.biWidth = size.width();
bmpInfo.bmiHeader.biHeight = size.height();
bmpInfo.bmiHeader.biPlanes = 1;