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

Rémi Denis-Courmont rem at videolan.org
Sat Mar 7 12:36:10 CET 2009


Le samedi 7 mars 2009 12:51:16 basos g, vous avez écrit :
> You are right. I didn't see the drawable_t type.
>
> But why not upgrade drawable_t to long long (64 bit integer) to be
> able to store 32/64 bit window handles?

Depending on the calling conventions, this could break the ABI on some 
non-32-bits X11-based platforms (drawable_t is always big enough for an XID).

> If the above modification is possible the we should leave out the 2 first.
> Or if someone says that we can't break the API and we should keep
> set_drawable, i say better break it and make a clean design.

> But IMO set_drawable should be the only function to set the drawing
> surface handle. It is more clean. Now i have to conditionally compile
> libvlc applications.

I disagree and I don't want to have this discussion again for the third time 
in 2 months.

-- 
Rémi Denis-Courmont
http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary



More information about the vlc-devel mailing list