fixed typo

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13723 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2004-10-21 12:43:08 +00:00
parent c68662a8c7
commit 38db6b3876
1 changed files with 2 additions and 2 deletions

View File

@ -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);