# HG changeset patch # User nplourde # Date 1098362588 0 # Node ID 1bd6bd13193daa5bb3f06a6996923c9b4d12b237 # Parent 0c2e5c9476df0788c8544d2f61eded4b857e5d60 fixed typo diff -r 0c2e5c9476df -r 1bd6bd13193d libvo/vo_quartz.c --- a/libvo/vo_quartz.c Thu Oct 21 12:10:55 2004 +0000 +++ b/libvo/vo_quartz.c Thu Oct 21 12:43:08 2004 +0000 @@ -305,8 +305,8 @@ static OSStatus MainWindowCommandHandler(EventHandlerCallRef nextHandler, EventRef event, void *userData) { OSStatus result = noErr; - UInt32_t d_width; - UInt32_t d_height; + uint32_t d_width; + uint32_t d_height; UInt32 class = GetEventClass (event); UInt32 kind = GetEventKind (event);