[vlc-devel] [PATCH] ActiveX, npapi win32: fixed mouse event handling in "stop" mode.
Rafaël Carré
funman at videolan.org
Fri Dec 2 04:04:55 CET 2011
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
thanks,
--
Rafaël Carré
More information about the vlc-devel
mailing list