[vlc-devel] commit: skins2: on Windows, avoid requiring the main thread to run the interface. (Erwan Tulou )
git version control
git at videolan.org
Thu Jul 9 19:45:10 CEST 2009
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Thu Jul 9 18:16:05 2009 +0200| [1665845f84c0814ac88873d8a0981eddfffd4d26] | committer: Erwan Tulou
skins2: on Windows, avoid requiring the main thread to run the interface.
The "Open" and "Run" functions of the interface have been changed to
- avoid running the interface in the main thread (Windows)
- destroy all ressources in reverse order from creation
- a few cleanup/cosmetic things
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1665845f84c0814ac88873d8a0981eddfffd4d26
---
modules/gui/skins2/src/skin_common.hpp | 6 -
modules/gui/skins2/src/skin_main.cpp | 203 ++++++++++++++-----------------
modules/gui/skins2/src/vlcproc.cpp | 25 ----
modules/gui/skins2/src/vout_manager.cpp | 12 --
4 files changed, 92 insertions(+), 154 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1665845f84c0814ac88873d8a0981eddfffd4d26
More information about the vlc-devel
mailing list