1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Gildas Bazin
035792d566 * modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface".
Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...).
   + misc small enhancements.

* modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module).
   The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.
2003-07-17 17:30:40 +00:00
Sam Hocevar
e01eb15e2a * include/interface.h: renamed this file to vlc_interface.h to avoid name
collisions with a couple of plugins.
2003-06-24 13:33:49 +00:00