[vlc-devel] [PATCH] ActiveX, npapi win32: fixed mouse event handling in "stop" mode.

Sergey Radionov rsatom at gmail.com
Fri Dec 2 03:25:53 CET 2011


2011/12/2 Rafaël Carré <funman at videolan.org>

> Le Thu, 1 Dec 2011 19:39:29 +0700,
> Sergey Radionov <rsatom at gmail.com> a écrit :
> >      if( ! GetClassInfo(_hinstance, getClassName(), &wClass) )
> >      {
> > -        wClass.style          = 0;//CS_NOCLOSE|CS_DBLCLKS;
> > +        wClass.style          = CS_DBLCLKS;
>
> It looks like we used flags CS_NOCLOSE|CS_DBLCKS and someone removed
> them. Was that removal to fix something?
>
no, it was so from initial commit:
http://git.videolan.org/?p=vlc/vlc-1.1.git;a=blob;f=projects/mozilla/vlc_win32_fullscreen.cpp;hb=3a3937f7d87fb3eaae8ea7503da45195be866b46#l39
because in that time VLCHolderWnd was disabled, and not get any user input,
but with
http://git.videolan.org/?p=npapi-vlc.git;a=commit;h=9eb201abd1444d3bb6cc6bd3b24112831b2752c0
all changed...


>
>
> --
> Rafaël Carré
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20111202/0cc67a79/attachment.html>


More information about the vlc-devel mailing list