Commit 4af1c0c2 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

windowscodecs: Fix the SupportsTransparency flag value for various pixel formats.

parent 7e9c1784
......@@ -1775,7 +1775,7 @@ static struct regsvr_pixelformat const pixelformat_list[] = {
1, /* channel count */
channel_masks_1bit,
WICPixelFormatNumericRepresentationIndexed,
1
0
},
{ &GUID_WICPixelFormat2bppIndexed,
"The Wine Project",
......@@ -1786,7 +1786,7 @@ static struct regsvr_pixelformat const pixelformat_list[] = {
1, /* channel count */
channel_masks_2bit,
WICPixelFormatNumericRepresentationIndexed,
1
0
},
{ &GUID_WICPixelFormat4bppIndexed,
"The Wine Project",
......@@ -1797,7 +1797,7 @@ static struct regsvr_pixelformat const pixelformat_list[] = {
1, /* channel count */
channel_masks_4bit,
WICPixelFormatNumericRepresentationIndexed,
1
0
},
{ &GUID_WICPixelFormat8bppIndexed,
"The Wine Project",
......@@ -1808,7 +1808,7 @@ static struct regsvr_pixelformat const pixelformat_list[] = {
1, /* channel count */
channel_masks_8bit,
WICPixelFormatNumericRepresentationIndexed,
1
0
},
{ &GUID_WICPixelFormatBlackWhite,
"The Wine Project",
......@@ -1995,7 +1995,7 @@ static struct regsvr_pixelformat const pixelformat_list[] = {
1, /* channel count */
channel_masks_32bit,
WICPixelFormatNumericRepresentationFloat,
1
0
},
{ &GUID_WICPixelFormat48bppRGB,
"The Wine Project",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment