mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Updated wined3d-WINED3DFMT_B8G8R8X8_UNORM patchset
Fixes: https://bugs.winehq.org/show_bug.cgi?id=54868
This commit is contained in:
parent
566a2bcdfd
commit
7f36a96808
@ -18,7 +18,7 @@ index 2f74ad6..ba0b647 100644
|
||||
}
|
||||
|
||||
+static void convert_x8r8g8b8_l8(const BYTE *src, BYTE *dst,
|
||||
+ DWORD pitch_in, DWORD pitch_out, unsigned int w, unsigned int h)
|
||||
+ unsigned int pitch_in, unsigned int pitch_out, unsigned int w, unsigned int h)
|
||||
+{
|
||||
+ unsigned int x, y;
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user