Closed
Bug 110835
Opened 23 years ago
Closed 19 years ago
Rename members of BITMAPINFOHEADER and BITMAPFILEHEADER
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: Biesinger, Assigned: netdragon)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
pavlov
:
review+
|
Details | Diff | Splinter Review |
Members of the two mentioned structs should use the same names that Microsoft
uses in its header files.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
Attachment #58431 -
Attachment is obsolete: true
Reporter | ||
Updated•23 years ago
|
Assignee | ||
Comment 4•23 years ago
|
||
Chris: I am going to include a fix for this bug in my RLE patch.
Assignee | ||
Comment 5•23 years ago
|
||
Oh sorry... Therefore its not necessary to review this atm.
Comment 6•23 years ago
|
||
Comment on attachment 58523 [details] [diff] [review]
Patch that works with latest CVS
sure. r=pavlov
Attachment #58523 -
Flags: review+
Assignee | ||
Comment 7•23 years ago
|
||
In my patch (I'm still writing) I followed Microsoft's naming convention except
for two things:
1) Instead of BITMAPINFOHEADER I used BitmapInfoHeader to follow the ns coding style
2) replaced DWORDs, BYTEs, and WORDs
Reporter | ||
Comment 8•23 years ago
|
||
Marking as dependant on bug 108271, because netdemon's patch for that bug will
fix this one.
Depends on: bmprle
Reporter | ||
Comment 10•22 years ago
|
||
reassign to netdemon, since it's his patch in bug 108271 that will fix this bug
Assignee: cbiesinger → netdemonz
Comment 11•19 years ago
|
||
Is this still valid, or can we mark this one closed by bug 108271?
Reporter | ||
Comment 12•19 years ago
|
||
I don't really care about this bug either way, do with it what you want :)
Comment 13•19 years ago
|
||
Marking fixed by 108271.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•