ripping, tearing, shredding

git-svn-id: svn://localhost/trunk/ardour2@130 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-11-27 17:59:03 +00:00
parent 8f54e41058
commit c74f6577e2
12 changed files with 130 additions and 173 deletions

View file

@ -657,7 +657,7 @@ Keyboard::get_modifier_masks ()
}
bool
Keyboard::enter_window (GdkEventCrossing *ev)
Keyboard::enter_window (GdkEventCrossing *ev, Gtk::Window* win)
{
switch (ev->detail) {
case GDK_NOTIFY_INFERIOR:
@ -674,7 +674,7 @@ Keyboard::enter_window (GdkEventCrossing *ev)
}
bool
Keyboard::leave_window (GdkEventCrossing *ev)
Keyboard::leave_window (GdkEventCrossing *ev, Gtk::Window* win)
{
switch (ev->detail) {
case GDK_NOTIFY_INFERIOR: