Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ca14f24a
Commit
ca14f24a
authored
Sep 04, 2002
by
Steven Edwards
Committed by
Alexandre Julliard
Sep 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in BITMAPV4HEADER stucture.
parent
686e46b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
wingdi.h
include/wingdi.h
+1
-1
newstruc.c
tools/wrc/newstruc.c
+9
-10
No files found.
include/wingdi.h
View file @
ca14f24a
...
...
@@ -1705,7 +1705,7 @@ typedef struct
DWORD
bV4BlueMask
;
DWORD
bV4AlphaMask
;
DWORD
bV4CSType
;
CIEXYZTRIPLE
bV4End
P
oints
;
CIEXYZTRIPLE
bV4End
p
oints
;
DWORD
bV4GammaRed
;
DWORD
bV4GammaGreen
;
DWORD
bV4GammaBlue
;
...
...
tools/wrc/newstruc.c
View file @
ca14f24a
...
...
@@ -206,15 +206,15 @@ static void convert_bitmap_swap_v4(BITMAPV4HEADER *b4h)
b4h
->
bV4BlueMask
=
BYTESWAP_DWORD
(
b4h
->
bV4BlueMask
);
b4h
->
bV4AlphaMask
=
BYTESWAP_DWORD
(
b4h
->
bV4AlphaMask
);
b4h
->
bV4CSType
=
BYTESWAP_DWORD
(
b4h
->
bV4CSType
);
b4h
->
bV4End
Points
.
ciexyzRed
.
ciexyzX
=
BYTESWAP_DWORD
(
b4h
->
bV4EndP
oints
.
ciexyzRed
.
ciexyzX
);
b4h
->
bV4End
Points
.
ciexyzRed
.
ciexyzY
=
BYTESWAP_DWORD
(
b4h
->
bV4EndP
oints
.
ciexyzRed
.
ciexyzY
);
b4h
->
bV4End
Points
.
ciexyzRed
.
ciexyzZ
=
BYTESWAP_DWORD
(
b4h
->
bV4EndP
oints
.
ciexyzRed
.
ciexyzZ
);
b4h
->
bV4End
Points
.
ciexyzGreen
.
ciexyzX
=
BYTESWAP_DWORD
(
b4h
->
bV4EndP
oints
.
ciexyzGreen
.
ciexyzX
);
b4h
->
bV4End
Points
.
ciexyzGreen
.
ciexyzY
=
BYTESWAP_DWORD
(
b4h
->
bV4EndP
oints
.
ciexyzGreen
.
ciexyzY
);
b4h
->
bV4End
Points
.
ciexyzGreen
.
ciexyzZ
=
BYTESWAP_DWORD
(
b4h
->
bV4EndP
oints
.
ciexyzGreen
.
ciexyzZ
);
b4h
->
bV4End
Points
.
ciexyzBlue
.
ciexyzX
=
BYTESWAP_DWORD
(
b4h
->
bV4EndP
oints
.
ciexyzBlue
.
ciexyzX
);
b4h
->
bV4End
Points
.
ciexyzBlue
.
ciexyzY
=
BYTESWAP_DWORD
(
b4h
->
bV4EndP
oints
.
ciexyzBlue
.
ciexyzY
);
b4h
->
bV4End
Points
.
ciexyzBlue
.
ciexyzZ
=
BYTESWAP_DWORD
(
b4h
->
bV4EndP
oints
.
ciexyzBlue
.
ciexyzZ
);
b4h
->
bV4End
points
.
ciexyzRed
.
ciexyzX
=
BYTESWAP_DWORD
(
b4h
->
bV4Endp
oints
.
ciexyzRed
.
ciexyzX
);
b4h
->
bV4End
points
.
ciexyzRed
.
ciexyzY
=
BYTESWAP_DWORD
(
b4h
->
bV4Endp
oints
.
ciexyzRed
.
ciexyzY
);
b4h
->
bV4End
points
.
ciexyzRed
.
ciexyzZ
=
BYTESWAP_DWORD
(
b4h
->
bV4Endp
oints
.
ciexyzRed
.
ciexyzZ
);
b4h
->
bV4End
points
.
ciexyzGreen
.
ciexyzX
=
BYTESWAP_DWORD
(
b4h
->
bV4Endp
oints
.
ciexyzGreen
.
ciexyzX
);
b4h
->
bV4End
points
.
ciexyzGreen
.
ciexyzY
=
BYTESWAP_DWORD
(
b4h
->
bV4Endp
oints
.
ciexyzGreen
.
ciexyzY
);
b4h
->
bV4End
points
.
ciexyzGreen
.
ciexyzZ
=
BYTESWAP_DWORD
(
b4h
->
bV4Endp
oints
.
ciexyzGreen
.
ciexyzZ
);
b4h
->
bV4End
points
.
ciexyzBlue
.
ciexyzX
=
BYTESWAP_DWORD
(
b4h
->
bV4Endp
oints
.
ciexyzBlue
.
ciexyzX
);
b4h
->
bV4End
points
.
ciexyzBlue
.
ciexyzY
=
BYTESWAP_DWORD
(
b4h
->
bV4Endp
oints
.
ciexyzBlue
.
ciexyzY
);
b4h
->
bV4End
points
.
ciexyzBlue
.
ciexyzZ
=
BYTESWAP_DWORD
(
b4h
->
bV4Endp
oints
.
ciexyzBlue
.
ciexyzZ
);
b4h
->
bV4GammaRed
=
BYTESWAP_DWORD
(
b4h
->
bV4GammaRed
);
b4h
->
bV4GammaGreen
=
BYTESWAP_DWORD
(
b4h
->
bV4GammaGreen
);
b4h
->
bV4GammaBlue
=
BYTESWAP_DWORD
(
b4h
->
bV4GammaBlue
);
...
...
@@ -1136,4 +1136,3 @@ style_t *new_style(DWORD or_mask, DWORD and_mask)
st
->
and_mask
=
and_mask
;
return
st
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment