]> git.sesse.net Git - vlc/commit
* src/theme.cpp, src/event.* : no more VLC_SHOW event
authorCyril Deguet <asmax@videolan.org>
Sun, 22 Jun 2003 00:00:28 +0000 (00:00 +0000)
committerCyril Deguet <asmax@videolan.org>
Sun, 22 Jun 2003 00:00:28 +0000 (00:00 +0000)
commit1decbca7433a9ef29ce97dd8803ff4acffe091e1
tree154ed0b2854ddc86d3db2c7bfc3695587dab595b
parent8ecc9407d68e7781a90c1a49542930db29e03301
* src/theme.cpp, src/event.* : no more VLC_SHOW event
* src/window.* : replaced p_intf->p_sys->WindowList by a singleton
  class SkinWindowList (to be tested under windows)
* removed useless gtk2 files
32 files changed:
modules/gui/skins/gtk2/.cvsignore [deleted file]
modules/gui/skins/gtk2/gtk2_api.cpp [deleted file]
modules/gui/skins/gtk2/gtk2_bitmap.cpp [deleted file]
modules/gui/skins/gtk2/gtk2_bitmap.h [deleted file]
modules/gui/skins/gtk2/gtk2_dragdrop.cpp [deleted file]
modules/gui/skins/gtk2/gtk2_dragdrop.h [deleted file]
modules/gui/skins/gtk2/gtk2_event.cpp [deleted file]
modules/gui/skins/gtk2/gtk2_event.h [deleted file]
modules/gui/skins/gtk2/gtk2_font.cpp [deleted file]
modules/gui/skins/gtk2/gtk2_font.h [deleted file]
modules/gui/skins/gtk2/gtk2_graphics.cpp [deleted file]
modules/gui/skins/gtk2/gtk2_graphics.h [deleted file]
modules/gui/skins/gtk2/gtk2_run.cpp [deleted file]
modules/gui/skins/gtk2/gtk2_theme.cpp [deleted file]
modules/gui/skins/gtk2/gtk2_theme.h [deleted file]
modules/gui/skins/gtk2/gtk2_window.cpp [deleted file]
modules/gui/skins/gtk2/gtk2_window.h [deleted file]
modules/gui/skins/parser/wrappers.cpp
modules/gui/skins/src/event.cpp
modules/gui/skins/src/event.h
modules/gui/skins/src/theme.cpp
modules/gui/skins/src/theme.h
modules/gui/skins/src/vlcproc.cpp
modules/gui/skins/src/window.cpp
modules/gui/skins/src/window.h
modules/gui/skins/win32/win32_run.cpp
modules/gui/skins/win32/win32_theme.cpp
modules/gui/skins/x11/x11_dragdrop.cpp
modules/gui/skins/x11/x11_event.cpp
modules/gui/skins/x11/x11_run.cpp
modules/gui/skins/x11/x11_theme.cpp
modules/gui/skins/x11/x11_window.cpp