Commit 0bd43e4c authored by Christophe Mutricy's avatar Christophe Mutricy

wxWindows -> wxWidgets step 3 (refs #80)

parent 60733a8c
SOURCES_wxwindows = \
wxwindows.cpp \
wxwindows.h \
SOURCES_wxwidgets = \
wxwidgets.cpp \
wxwidgets.h \
interface.cpp \
extrapanel.cpp \
dialogs.cpp \
......
......@@ -32,7 +32,7 @@
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
#include <wx/dialog.h>
/* Callback prototype */
......
......@@ -33,7 +33,7 @@
#include <vlc/aout.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
/* include the icon graphic */
#include "../../../share/vlc32x32.xpm"
......
......@@ -32,7 +32,7 @@
#include <math.h>
#include "wxwindows.h"
#include "wxwidgets.h"
/*****************************************************************************
* Local class declarations.
......
......@@ -27,7 +27,7 @@
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
/*****************************************************************************
* Event Table.
......
......@@ -30,7 +30,7 @@
#include <vlc/input.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
/* include the toolbar graphics */
#include "bitmaps/play.xpm"
......
......@@ -36,7 +36,7 @@
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
#ifndef wxRB_SINGLE
# define wxRB_SINGLE 0
......
......@@ -32,7 +32,7 @@
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
class wxMenuItemExt: public wxMenuItem
{
......
......@@ -32,7 +32,7 @@
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
/*****************************************************************************
* Event Table.
......
......@@ -53,7 +53,7 @@
#include <vector>
#include "wxwindows.h"
#include "wxwidgets.h"
#include "preferences_widgets.h"
#ifndef wxRB_SINGLE
......
......@@ -28,7 +28,7 @@
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
#include "bitmaps/shuffle.xpm"
#include "bitmaps/repeat.xpm"
......
......@@ -34,7 +34,7 @@
#include <vlc_config_cat.h>
#include "wxwindows.h"
#include "wxwidgets.h"
#include "preferences_widgets.h"
#include <wx/combobox.h>
......
......@@ -35,7 +35,7 @@
#include <vlc_config_cat.h>
#include "wxwindows.h"
#include "wxwidgets.h"
#include "preferences_widgets.h"
#include <wx/statline.h>
......
......@@ -32,7 +32,7 @@
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
#include <wx/combobox.h>
#include <wx/statline.h>
......
......@@ -32,7 +32,7 @@
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
#include <wx/combobox.h>
#include <wx/statline.h>
......
......@@ -35,7 +35,7 @@
#include "vlc_meta.h"
#include "wxwindows.h"
#include "wxwidgets.h"
#include <wx/timer.h>
//void DisplayStreamDate( wxControl *, intf_thread_t *, int );
......
......@@ -29,7 +29,7 @@
#include <wx/progdlg.h>
#include "wxwindows.h"
#include "wxwidgets.h"
#include "vlc_block.h"
#include "vlc_stream.h"
......
......@@ -28,7 +28,7 @@
#include <vlc/vout.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
static void *GetWindow( intf_thread_t *p_intf, vout_thread_t *,
int *pi_x_hint, int *pi_y_hint,
......
......@@ -32,7 +32,7 @@
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include "wxwindows.h"
#include "wxwidgets.h"
#include "streamdata.h"
......
......@@ -36,7 +36,7 @@
# include <locale.h>
#endif
#include "wxwindows.h"
#include "wxwidgets.h"
/* Temporary hack */
#if defined(WIN32) && defined(_WX_INIT_H_)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment