got ardour_dialog compiling

git-svn-id: svn://localhost/trunk/ardour2@41 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-09-26 14:33:53 +00:00
parent 97c9112621
commit 625df0912a
21 changed files with 165 additions and 168 deletions

View file

@ -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;