1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 21:50:51 +01:00

Remove some old erratta, and do a major tidy up of line endings and properties on source files

This commit is contained in:
ra
2010-01-24 13:33:28 +00:00
parent 58caf78a86
commit 6e3e8dcfff
187 changed files with 59451 additions and 59244 deletions

View File

@@ -1,23 +1,23 @@
#ifndef MUSIK_BTNDOWN_EVT
#define MUSIK_BTNDOWN_EVT
#include "wx/wx.h"
class CBtnDownEvt : public wxEvtHandler
{
public:
CBtnDownEvt( wxBitmapButton *parent, wxBitmap *down, wxBitmap *up ){ pParent = parent; pBtnDown = down; pBtnUp = up; };
~CBtnDownEvt(){};
void OnLeftDown ( wxMouseEvent& event );
void OnLeftUp ( wxMouseEvent& event );
void OnMouseMove( wxMouseEvent& event );
void OnEraseBackground(wxEraseEvent& ) {}
DECLARE_EVENT_TABLE()
private:
wxBitmapButton *pParent;
wxBitmap *pBtnDown;
wxBitmap *pBtnUp;
};
#endif
#ifndef MUSIK_BTNDOWN_EVT
#define MUSIK_BTNDOWN_EVT
#include "wx/wx.h"
class CBtnDownEvt : public wxEvtHandler
{
public:
CBtnDownEvt( wxBitmapButton *parent, wxBitmap *down, wxBitmap *up ){ pParent = parent; pBtnDown = down; pBtnUp = up; };
~CBtnDownEvt(){};
void OnLeftDown ( wxMouseEvent& event );
void OnLeftUp ( wxMouseEvent& event );
void OnMouseMove( wxMouseEvent& event );
void OnEraseBackground(wxEraseEvent& ) {}
DECLARE_EVENT_TABLE()
private:
wxBitmapButton *pParent;
wxBitmap *pBtnDown;
wxBitmap *pBtnUp;
};
#endif

0
lib-src/sbsms/win/config.h Executable file → Normal file
View File

0
lib-src/sbsms/win/libmad/libmad.vcproj Executable file → Normal file
View File

0
lib-src/sbsms/win/libsndfile/libsndfile.vcproj Executable file → Normal file
View File

0
lib-src/sbsms/win/portaudio-v19/portaudio-v19.vcproj Executable file → Normal file
View File

0
lib-src/sbsms/win/pthread/pthread.vcproj Executable file → Normal file
View File

0
lib-src/sbsms/win/sbsms/sbsms.sln Executable file → Normal file
View File

0
lib-src/sbsms/win/sbsms/sbsms.vcproj Executable file → Normal file
View File