[Mplayer-cvslog] CVS: main/libvo vo_quartz.c,1.25,1.26

Felix Buenemann atmosfear at users.sourceforge.net
Thu Oct 21 05:13:01 CEST 2004


Variable declaration after beginning of block, that's not proper C code, fix 
it.

On Thursday 21 October 2004 01:33, Nicolas Plourde CVS wrote:
> @@ -378,6 +305,10 @@
>         UInt32 kind = GetEventKind (event);
>  
>         result = CallNextEventHandler(nextHandler, event);
> +       
> +       uint32_t d_width;
> +       uint32_t d_height;
> +       aspect(&d_width,&d_height,A_NOZOOM);
>  
>         if(class == kEventClassCommand)
>         {

-- 
Best Regards,
        Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________




More information about the MPlayer-cvslog mailing list