[vlc-commits] commit: skins(Win32): Process events in the winProc (	instead of the message loop) (Erwan Tulou )
    git at videolan.org 
    git at videolan.org
       
    Mon Nov 22 16:36:16 CET 2010
    
    
  
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Fri Nov 19 19:30:05 2010 +0100| [a66bbe1ecfef998f0808fc2cdd32be053cf88ed3] | committer: Erwan Tulou 
skins(Win32): Process events in the winProc (instead of the message loop)
Events like WM_PAINT should be processed in the WinProc, because
some functions directly call the WinProc (e.g UpdateWindow())
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a66bbe1ecfef998f0808fc2cdd32be053cf88ed3
---
 modules/gui/skins2/win32/win32_factory.cpp |   17 ++-
 modules/gui/skins2/win32/win32_factory.hpp |    4 +
 modules/gui/skins2/win32/win32_loop.cpp    |  315 ++++++++++++++--------------
 modules/gui/skins2/win32/win32_loop.hpp    |    4 +
 modules/gui/skins2/win32/win32_window.cpp  |    7 +-
 5 files changed, 186 insertions(+), 161 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=a66bbe1ecfef998f0808fc2cdd32be053cf88ed3
    
    
More information about the vlc-commits
mailing list