Closed Bug 517415 Opened 16 years ago Closed 16 years ago

nsNativeThemeCocoa.mm fails to compile 64-bit

Categories

(Core :: Widget: Cocoa, defect)

x86_64
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.9.3a1

People

(Reporter: jaas, Assigned: mstange)

References

()

Details

Attachments

(1 file)

nsNativeThemeCocoa.mm fails to compile 64-bit. Problematic API usage: ::GetThemeScrollBarArrowStyle ::GetThemeScrollBarArrowStyle Also, the signature for GreyGradientCallback is incorrect for 64-bit: -static void GreyGradientCallback(void* aInfo, const float* aIn, float* aOut) +static void GreyGradientCallback(void* aInfo, const CGFloat* aIn, CGFloat* aOut)
Attached patch v1Splinter Review
Attachment #402036 - Flags: review?(joshmoz)
Attachment #402036 - Flags: review?(joshmoz) → review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: