mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
got ardour_dialog compiling
git-svn-id: svn://localhost/trunk/ardour2@41 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
97c9112621
commit
625df0912a
21 changed files with 165 additions and 168 deletions
|
|
@ -34,7 +34,7 @@ namespace ARDOUR {
|
|||
* same mechanism to declare its closing, and to have a common
|
||||
* method of connecting and disconnecting from a Session.
|
||||
*/
|
||||
class ArdourDialog : public Gtk::Window, public KeyboardTarget
|
||||
class ArdourDialog : public Gtk::Dialog, public KeyboardTarget
|
||||
{
|
||||
public:
|
||||
ArdourDialog (string name);
|
||||
|
|
@ -51,7 +51,7 @@ class ArdourDialog : public Gtk::Window, public KeyboardTarget
|
|||
|
||||
bool on_enter_notify_event (GdkEventCrossing*);
|
||||
bool on_leave_notify_event (GdkEventCrossing*);
|
||||
bool on_unmap (GdkEventAny *);
|
||||
void on_unmap ();
|
||||
|
||||
ARDOUR::Session *session;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue