[vlc-devel] [PATCH] Make libvlc_set_drawable hwnd aware

Jean-Baptiste Kempf jb at videolan.org
Fri Mar 6 10:22:19 CET 2009


On Fri, Mar 06, 2009 at 09:20:27AM +0000, basos g wrote :
> +#ifdef __WIN32__
> +    p_mi->drawable.hwnd = drawable ;
> +#else
>      p_mi->drawable.xid = drawable;
> -
> +#endif

Could you try to be consistent with other ifdefs?

I think most of the code uses WIN32 or _WIN32 (better, IIRC)

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list