mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
incomplete changes based on karsten's megapatch
git-svn-id: svn://localhost/trunk/ardour2@81 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bc8174cd08
commit
1a3a776077
37 changed files with 477 additions and 493 deletions
|
|
@ -195,14 +195,14 @@ class TimeAxisView : public virtual AxisView
|
|||
*
|
||||
* @param ev the event
|
||||
*/
|
||||
virtual gint name_entry_button_press (GdkEventButton *ev);
|
||||
virtual bool name_entry_button_press (GdkEventButton *ev);
|
||||
|
||||
/**
|
||||
* Handle mouse relaese on our LHS control name entry.
|
||||
*
|
||||
*@ param ev the event
|
||||
*/
|
||||
virtual gint name_entry_button_release (GdkEventButton *ev);
|
||||
virtual bool name_entry_button_release (GdkEventButton *ev);
|
||||
|
||||
/**
|
||||
* Handle mouse relaese on our LHS control name ebox.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue