Summary: | Make the viewless Mac scrollbar paint | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Dave Hyatt <hyatt> | ||||
Component: | Layout and Rendering | Assignee: | Dave Hyatt <hyatt> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Mac | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Dave Hyatt
2008-09-22 13:53:28 PDT
Created attachment 23667 [details]
Patch
Comment on attachment 23667 [details]
Patch
#include <Carbon/Carbon.h>
I'm surprised you need this. Doesn't it compile without it?
#if !USE(NSSCROLLER)
I'd put the #if USE(NSSCROLLER) case first, just because it's so much smaller.
r=me
|