[vlc-devel] commit: skins2: add a type to windows (TopWindow, VoutWindow, FullscreenWindow) (Erwan Tulou )
git version control
git at videolan.org
Tue Dec 15 18:12:12 CET 2009
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Tue Dec 15 15:23:33 2009 +0100| [f39e08f47795d1103da18e3a51c34f21ae20eeaf] | committer: Erwan Tulou
skins2: add a type to windows (TopWindow, VoutWindow, FullscreenWindow)
Specific attributes can be selected at creation of windows depending on type
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f39e08f47795d1103da18e3a51c34f21ae20eeaf
---
modules/gui/skins2/src/generic_window.cpp | 4 ++--
modules/gui/skins2/src/generic_window.hpp | 11 ++++++++++-
modules/gui/skins2/src/os_factory.hpp | 4 ++--
modules/gui/skins2/src/vout_manager.hpp | 3 ++-
modules/gui/skins2/src/vout_window.cpp | 6 +++++-
modules/gui/skins2/win32/win32_factory.cpp | 4 +++-
modules/gui/skins2/win32/win32_factory.hpp | 5 ++++-
modules/gui/skins2/x11/x11_factory.cpp | 6 ++++--
modules/gui/skins2/x11/x11_factory.hpp | 4 +++-
modules/gui/skins2/x11/x11_window.cpp | 27 ++++++++++++++++++++++++---
modules/gui/skins2/x11/x11_window.hpp | 3 ++-
11 files changed, 61 insertions(+), 16 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=f39e08f47795d1103da18e3a51c34f21ae20eeaf
More information about the vlc-devel
mailing list