mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
win32: fix some typos
This commit is contained in:
parent
b7d734bb30
commit
a8e820aa75
@ -584,14 +584,14 @@ gdk_selection_convert (GdkWindow *requestor,
|
||||
* it.
|
||||
*
|
||||
* If the data is from Mozilla Firefox or IE7, and
|
||||
* starts with an "oldfashioned" BITMAPINFOHEADER,
|
||||
* starts with an "old fashioned" BITMAPINFOHEADER,
|
||||
* i.e. with biSize==40, and biCompression == BI_RGB and
|
||||
* biBitCount==32, we assume that the "extra" byte in
|
||||
* each pixel in fact is alpha.
|
||||
*
|
||||
* The gdk-pixbuf bmp loader doesn't trust 32-bit BI_RGB
|
||||
* nitmaps to in fact have alpha, so we have to convince
|
||||
* it by changint the bitmap header to a version 5
|
||||
* bitmaps to in fact have alpha, so we have to convince
|
||||
* it by changing the bitmap header to a version 5
|
||||
* BI_BITFIELDS one with explicit alpha mask indicated.
|
||||
*
|
||||
* The RGB bytes that are in bitmaps on the clipboard
|
||||
|
Loading…
Reference in New Issue
Block a user