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

Jean-Baptiste Kempf jb at videolan.org
Fri Dec 2 04:14:03 CET 2011


On Thu, Dec 01, 2011 at 10:04:55PM -0500, Rafaël Carré wrote :
> Le Fri, 2 Dec 2011 09:25:53 +0700,
> Sergey Radionov <rsatom at gmail.com> a écrit :
> 
> > 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...
> 
> okay, i see jb already applied your patch

Yep, for the reasons evoqued by Sergey, guessed by git blaming the
file...

Best regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list