]> git.sesse.net Git - vlc/commit
* at last made the skin module compile under linux !
authorCyril Deguet <asmax@videolan.org>
Sat, 12 Apr 2003 21:43:27 +0000 (21:43 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 12 Apr 2003 21:43:27 +0000 (21:43 +0000)
commitf3bcd927cd924fc64418b5dbf5cce31f8b483553
treecf1152de1ac9bab43e5df2a30cc905e0e0ecbbda
parent84b3b12b3b04a939abac1e8c0221bfafe928cb09
* at last made the skin module compile under linux !
  It does absolutely nothing, but it compiles ;)
56 files changed:
config.in
configure.ac.in
modules/gui/skins/Modules.am
modules/gui/skins/controls/slider.cpp
modules/gui/skins/gtk2/gtk2_api.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_bitmap.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_bitmap.h [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_dialog.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_dialog.h [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_dragdrop.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_dragdrop.h [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_event.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_event.h [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_font.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_font.h [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_graphics.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_graphics.h [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_run.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_theme.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_theme.h [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_window.cpp [new file with mode: 0644]
modules/gui/skins/gtk2/gtk2_window.h [new file with mode: 0644]
modules/gui/skins/os_api.h
modules/gui/skins/os_bitmap.h
modules/gui/skins/os_dialog.h
modules/gui/skins/os_event.h
modules/gui/skins/os_font.h
modules/gui/skins/os_graphics.h
modules/gui/skins/os_theme.h
modules/gui/skins/os_window.h
modules/gui/skins/parser/wrappers.cpp
modules/gui/skins/src/dialog.cpp
modules/gui/skins/src/event.h
modules/gui/skins/src/font.h
modules/gui/skins/src/skin_main.cpp
modules/gui/skins/src/themeloader.cpp
modules/gui/skins/src/vlcproc.cpp
modules/gui/skins/src/window.cpp
modules/gui/skins/win32/win32_api.cpp
modules/gui/skins/win32/win32_bitmap.cpp
modules/gui/skins/win32/win32_bitmap.h
modules/gui/skins/win32/win32_dialog.cpp
modules/gui/skins/win32/win32_dialog.h
modules/gui/skins/win32/win32_dragdrop.cpp
modules/gui/skins/win32/win32_dragdrop.h
modules/gui/skins/win32/win32_event.cpp
modules/gui/skins/win32/win32_event.h
modules/gui/skins/win32/win32_font.cpp
modules/gui/skins/win32/win32_font.h
modules/gui/skins/win32/win32_graphics.cpp
modules/gui/skins/win32/win32_graphics.h
modules/gui/skins/win32/win32_run.cpp
modules/gui/skins/win32/win32_theme.cpp
modules/gui/skins/win32/win32_theme.h
modules/gui/skins/win32/win32_window.cpp
modules/gui/skins/win32/win32_window.h