110 lines
3.7 KiB
Diff
110 lines
3.7 KiB
Diff
--- audacity-src-1.2.1/src/blockfile/LegacyBlockFile.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
|
+++ audacity-src-1.2.1/src/blockfile/LegacyBlockFile.cpp 2004-06-07 10:55:38.625430553 +0200
|
|
@@ -18,7 +18,7 @@
|
|
#include <float.h>
|
|
#include <math.h>
|
|
|
|
-#include <wx/ffile.h>
|
|
+#include <wx/wx.h>
|
|
#include <wx/utils.h>
|
|
|
|
#include "LegacyBlockFile.h"
|
|
--- audacity-src-1.2.1/src/blockfile/SimpleBlockFile.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
|
+++ audacity-src-1.2.1/src/blockfile/SimpleBlockFile.cpp 2004-06-07 10:56:08.705681916 +0200
|
|
@@ -8,7 +8,7 @@
|
|
|
|
**********************************************************************/
|
|
|
|
-#include <wx/ffile.h>
|
|
+#include <wx/wx.h>
|
|
#include <wx/utils.h>
|
|
|
|
#include "SimpleBlockFile.h"
|
|
--- audacity-src-1.2.1/src/SampleFormat.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
|
+++ audacity-src-1.2.1/src/SampleFormat.cpp 2004-06-07 10:55:04.126142293 +0200
|
|
@@ -44,6 +44,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <wx/wx.h>
|
|
|
|
#include "SampleFormat.h"
|
|
#include "Prefs.h"
|
|
--- audacity-src-1.2.1/src/Resample.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
|
+++ audacity-src-1.2.1/src/Resample.cpp 2004-06-07 10:59:26.100332079 +0200
|
|
@@ -15,11 +15,12 @@
|
|
of Audacity that links to libsamplerate and also has plug-in support.
|
|
|
|
**********************************************************************/
|
|
+#include <wx/wx.h>
|
|
+#include <wx/intl.h>
|
|
|
|
#include "Resample.h"
|
|
#include "Prefs.h"
|
|
|
|
-#include <wx/intl.h>
|
|
|
|
#if USE_LIBRESAMPLE
|
|
|
|
--- audacity-src-1.2.1/src/Sequence.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
|
+++ audacity-src-1.2.1/src/Sequence.cpp 2004-06-07 11:00:00.440619266 +0200
|
|
@@ -13,6 +13,7 @@
|
|
#include <float.h>
|
|
#include <math.h>
|
|
|
|
+#include <wx/wx.h>
|
|
#include <wx/dynarray.h>
|
|
#include <wx/intl.h>
|
|
#include <wx/ffile.h>
|
|
--- audacity-src-1.2.1/src/Track.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
|
+++ audacity-src-1.2.1/src/Track.cpp 2004-06-07 11:00:44.144984808 +0200
|
|
@@ -9,6 +9,7 @@
|
|
**********************************************************************/
|
|
|
|
#include <float.h>
|
|
+#include <wx/wx.h>
|
|
#include <wx/file.h>
|
|
#include <wx/textfile.h>
|
|
#include <wx/log.h>
|
|
--- audacity-src-1.2.1/src/WaveTrack.cpp~ 2004-05-03 19:14:36.000000000 +0200
|
|
+++ audacity-src-1.2.1/src/WaveTrack.cpp 2004-06-07 11:01:32.889392562 +0200
|
|
@@ -8,6 +8,7 @@
|
|
|
|
**********************************************************************/
|
|
|
|
+#include <wx/wx.h>
|
|
#include <wx/defs.h>
|
|
#include <wx/intl.h>
|
|
|
|
--- audacity-src-1.2.2/src/MeterToolBar.cpp~ 2004-08-26 05:27:34.000000000 +0200
|
|
+++ audacity-src-1.2.2/src/MeterToolBar.cpp 2004-08-26 08:46:16.070206493 +0200
|
|
@@ -13,6 +13,7 @@
|
|
#include <wx/defs.h>
|
|
#include <wx/intl.h>
|
|
|
|
+#include <wx/dcclient.h>
|
|
#include <wx/object.h> // tooltip.h needs this but doesn't include it.
|
|
#include <wx/window.h> // tooltip.h needs this but doesn't include it.
|
|
#include <wx/tooltip.h>
|
|
--- audacity-src-1.2.2/src/Prefs.h~ 2004-08-26 05:27:34.000000000 +0200
|
|
+++ audacity-src-1.2.2/src/Prefs.h 2004-08-26 08:52:56.849771441 +0200
|
|
@@ -26,6 +26,7 @@
|
|
|
|
**********************************************************************/
|
|
|
|
+#include <wx/filefn.h>
|
|
#include <wx/config.h>
|
|
|
|
void InitPreferences();
|
|
--- audacity-src-1.2.2/src/effects/ToneGen.cpp.c++fixes 2004-08-25 23:27:34.000000000 -0400
|
|
+++ audacity-src-1.2.2/src/effects/ToneGen.cpp 2004-10-11 03:15:12.381799356 -0400
|
|
@@ -280,7 +280,7 @@ wxSizer *CreateToneGenDialog(wxWindow *
|
|
item2->Add(item3, 0, wxALIGN_CENTRE | wxALL, 5);
|
|
|
|
wxChoice *item4 = new wxChoice(parent, ID_WAVEFORM, wxDefaultPosition,
|
|
- wxSize(80, -1), 0, NULL);
|
|
+ wxSize(80, -1), 0, NULL, 0L);
|
|
item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
|
|
|
|
item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);
|