[Mplayer-cvslog] CVS: main/libvo vo_quartz.c,1.27,1.28
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Thu Oct 21 14:43:10 CEST 2004
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv49/libvo
Modified Files:
vo_quartz.c
Log Message:
fixed typo
Index: vo_quartz.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_quartz.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vo_quartz.c 21 Oct 2004 11:36:20 -0000 1.27
+++ vo_quartz.c 21 Oct 2004 12:43:08 -0000 1.28
@@ -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);
More information about the MPlayer-cvslog
mailing list