Remove legacy pascal prefix
git-svn-id: http://skia.googlecode.com/svn/trunk@79 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
a70ba36c97
commit
3a0b5befc3
@ -29,7 +29,8 @@ public:
|
||||
|
||||
static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
|
||||
|
||||
static pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRef inEvent, void* userData );
|
||||
static OSStatus SkOSWindow::EventHandler(EventHandlerCallRef inHandler,
|
||||
EventRef inEvent, void* userData);
|
||||
|
||||
void doPaint(void* ctx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user