<br><br><div class="gmail_quote">2011/12/2 Rafaël Carré <span dir="ltr"><<a href="mailto:funman@videolan.org">funman@videolan.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Le Thu, 1 Dec 2011 19:39:29 +0700,<br>
Sergey Radionov <<a href="mailto:rsatom@gmail.com">rsatom@gmail.com</a>> a écrit :<br>
>      if( ! GetClassInfo(_hinstance, getClassName(), &wClass) )<br>
>      {<br>
> -        wClass.style          = 0;//CS_NOCLOSE|CS_DBLCLKS;<br>
> +        wClass.style          = CS_DBLCLKS;<br>
<br>
It looks like we used flags CS_NOCLOSE|CS_DBLCKS and someone removed<br>
them. Was that removal to fix something?<br></blockquote><div>no, it was so from initial commit:<br><a href="http://git.videolan.org/?p=vlc/vlc-1.1.git;a=blob;f=projects/mozilla/vlc_win32_fullscreen.cpp;hb=3a3937f7d87fb3eaae8ea7503da45195be866b46#l39">http://git.videolan.org/?p=vlc/vlc-1.1.git;a=blob;f=projects/mozilla/vlc_win32_fullscreen.cpp;hb=3a3937f7d87fb3eaae8ea7503da45195be866b46#l39</a><br>
because in that time VLCHolderWnd was disabled, and not get any user input, but with<br><a href="http://git.videolan.org/?p=npapi-vlc.git;a=commit;h=9eb201abd1444d3bb6cc6bd3b24112831b2752c0">http://git.videolan.org/?p=npapi-vlc.git;a=commit;h=9eb201abd1444d3bb6cc6bd3b24112831b2752c0</a><br>
all changed...<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Rafaël Carré<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br>