Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 121638 Details for
Bug 68070
audiere (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/audiere-1.9.4-wx-fixes.patch
audiere-1.9.4-wx-fixes.patch (text/plain), 1.57 KB, created by
Santiago M. Mola (RETIRED)
on 2007-06-09 23:45:37 UTC
(
hide
)
Description:
files/audiere-1.9.4-wx-fixes.patch
Filename:
MIME Type:
Creator:
Santiago M. Mola (RETIRED)
Created:
2007-06-09 23:45:37 UTC
Size:
1.57 KB
patch
obsolete
>Index: examples/wxPlayer/MIDIDeviceDialog.h >=================================================================== >--- examples/wxPlayer/MIDIDeviceDialog.h (revisión: 683) >+++ examples/wxPlayer/MIDIDeviceDialog.h (copia de trabajo) >@@ -15,7 +15,7 @@ > } > > private: >- void MIDIDeviceDialog::OnButton(wxCommandEvent& event); >+ void OnButton(wxCommandEvent& event); > > wxTextCtrl* m_name; > >Index: examples/wxPlayer/DeviceFrame.cpp >=================================================================== >--- examples/wxPlayer/DeviceFrame.cpp (revisión: 683) >+++ examples/wxPlayer/DeviceFrame.cpp (copia de trabajo) >@@ -57,7 +57,7 @@ > > > DeviceFrame::DeviceFrame(audiere::AudioDevicePtr device) >-: wxMDIParentFrame(0, -1, wxT("Audio Device - " + wxString(device->getName())), >+: wxMDIParentFrame(0, -1, wxT("Audio Device - " + CStr2wxString( device->getName() )), > wxDefaultPosition, wxSize(400, 500)) > { > m_device = device; >diff -urN audiere-1.9.4/examples/wxPlayer/TagsDialog.h audiere-1.9.4-chenz/examples/wxPlayer/TagsDialog.h >--- examples/wxPlayer/TagsDialog.h 1970-01-01 01:00:00.000000000 +0100 >+++ examples/wxPlayer/TagsDialog.h 2007-03-27 10:56:50.000000000 +0200 >@@ -0,0 +1,26 @@ >+#ifndef TAGS_DIALOG_H >+#define TAGS_DIALOG_H >+ >+ >+#include <audiere.h> >+#include "wx.h" >+ >+ >+class TagsDialog : public wxDialog { >+public: >+ TagsDialog( >+ wxWindow* parent, >+ audiere::SampleSourcePtr source); >+ >+private: >+ void OnButton(wxCommandEvent& event); >+ void OnClose(wxCloseEvent& event); >+ >+ wxListBox* m_tags; >+ wxButton* m_close; >+ >+ DECLARE_EVENT_TABLE() >+}; >+ >+ >+#endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 68070
:
42128
|
54864
|
89503
|
89504
|
89505
|
89524
|
121396
|
121634
|
121635
|
121636
|
121637
| 121638 |
172355
|
199900
|
242749