Mercurial > mplayer.hg
changeset 13722:1bd6bd13193d
fixed typo
author | nplourde |
---|---|
date | Thu, 21 Oct 2004 12:43:08 +0000 |
parents | 0c2e5c9476df |
children | d7f78525d89b |
files | libvo/vo_quartz.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);