mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Round 5 of wx3 changes
FileDialog now complete on Linux. Needs some fine tuning on Windows and OSX. Builds with wx3 and gtk2 or gtk3. Still more effect work to do.
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _FILEDIALOGMSW_H_
|
||||
#define _FILEDIALOGMSW_H_
|
||||
#ifndef _WIN_FILEDIALOGPRIVATE_H_
|
||||
#define _WIN_FILEDIALOGPRIVATE_H_
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
@@ -90,9 +90,6 @@ private:
|
||||
wxChar *m_NameBuf;
|
||||
int m_NameBufLen;
|
||||
|
||||
fdCallback m_callback;
|
||||
void *m_cbdata;
|
||||
|
||||
HWND mParentDlg;
|
||||
HWND mChildDlg;
|
||||
WNDPROC mParentProc;
|
||||
|
Reference in New Issue
Block a user