diff libvo/vo_quartz.c @ 13722:1bd6bd13193d

fixed typo
author nplourde
date Thu, 21 Oct 2004 12:43:08 +0000
parents 43ecd6a73ec0
children efefaa53aaf9
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);