mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 01:16:45 +00:00
fixed typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13723 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c68662a8c7
commit
38db6b3876
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user