mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fixed return types for ::on_....; changed set_usize_... utility functions to set_size_request...
git-svn-id: svn://localhost/trunk/ardour2@39 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
25ac88fcae
commit
d880812c3a
9 changed files with 25 additions and 25 deletions
|
|
@ -49,9 +49,9 @@ class ArdourDialog : public Gtk::Window, public KeyboardTarget
|
|||
void set_hide_on_stop (bool yn);
|
||||
int run_status();
|
||||
|
||||
gint on_enter_notify_event (GdkEventCrossing*);
|
||||
gint on_leave_notify_event (GdkEventCrossing*);
|
||||
gint on_unmap (GdkEventAny *);
|
||||
bool on_enter_notify_event (GdkEventCrossing*);
|
||||
bool on_leave_notify_event (GdkEventCrossing*);
|
||||
bool on_unmap (GdkEventAny *);
|
||||
|
||||
ARDOUR::Session *session;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue