mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-24 13:37:00 +02:00
Changes from mercurial repository.
This commit is contained in:
parent
44bb32f476
commit
98c68897d8
135 changed files with 2686 additions and 26965 deletions
|
@ -119,7 +119,8 @@ CMSWindowsClipboardBitmapConverter::toIClipboard(HANDLE data) const
|
|||
srcBits += bitmap->bmiHeader.biClrUsed * sizeof(RGBQUAD);
|
||||
}
|
||||
else {
|
||||
srcBits += (1 << bitmap->bmiHeader.biBitCount) * sizeof(RGBQUAD);
|
||||
//http://msdn.microsoft.com/en-us/library/ke55d167(VS.80).aspx
|
||||
srcBits += (1i64 << bitmap->bmiHeader.biBitCount) * sizeof(RGBQUAD);
|
||||
}
|
||||
|
||||
// copy source image to destination image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue