]> git.sesse.net Git - vlc/commit
* modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you...
authorGildas Bazin <gbazin@videolan.org>
Mon, 26 May 2003 02:09:27 +0000 (02:09 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 26 May 2003 02:09:27 +0000 (02:09 +0000)
commit9de7a7eb3966c9b459ea899544fd3c982c1a7c21
tree860f284c65b909e7e64659f2d30b65eb51907bff
parent8556d7eed2689c9ec42ddda8396f85331f989772
* modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
   started to implement X11Region and integrated the wxWindows dialogs.
* configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
configure.ac.in
modules/gui/skins/controls/button.cpp
modules/gui/skins/src/skin_common.h
modules/gui/skins/src/skin_main.cpp
modules/gui/skins/src/window.cpp
modules/gui/skins/win32/win32_run.cpp
modules/gui/skins/x11/x11_graphics.cpp
modules/gui/skins/x11/x11_graphics.h
modules/gui/skins/x11/x11_run.cpp
modules/gui/skins/x11/x11_window.cpp