diff options
-rw-r--r-- | libvo/vo_quartz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_quartz.c b/libvo/vo_quartz.c index dcb3dbb17f..a1d77258be 100644 --- a/libvo/vo_quartz.c +++ b/libvo/vo_quartz.c @@ -305,8 +305,8 @@ static OSStatus MainWindowEventHandler(EventHandlerCallRef nextHandler, EventRef 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); |