summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-12-12 20:54:55 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-12-12 20:54:55 +0000
commit3733c995c5269756ca5941a9db50c6a965787508 (patch)
treee2152d49f8bd6daadf616d7b68aed2c8350d105a /gtk2_ardour/audio_clock.h
parent088a5289dc41b9066e9f518b94af546f80601d56 (diff)
editor window layout changes, and lots more
git-svn-id: svn://localhost/trunk/ardour2@187 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_clock.h')
-rw-r--r--gtk2_ardour/audio_clock.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/audio_clock.h b/gtk2_ardour/audio_clock.h
index 0f25eb884b..dd06f7cf44 100644
--- a/gtk2_ardour/audio_clock.h
+++ b/gtk2_ardour/audio_clock.h
@@ -150,12 +150,12 @@ class AudioClock : public Gtk::HBox
void on_realize ();
- gint field_motion_notify_event (GdkEventMotion *ev, Field);
- gint field_button_press_event (GdkEventButton *ev, Field);
- gint field_button_release_event (GdkEventButton *ev, Field);
- gint field_key_release_event (GdkEventKey *, Field);
- gint field_focus_in_event (GdkEventFocus *, Field);
- gint field_focus_out_event (GdkEventFocus *, Field);
+ bool field_motion_notify_event (GdkEventMotion *ev, Field);
+ bool field_button_press_event (GdkEventButton *ev, Field);
+ bool field_button_release_event (GdkEventButton *ev, Field);
+ bool field_key_release_event (GdkEventKey *, Field);
+ bool field_focus_in_event (GdkEventFocus *, Field);
+ bool field_focus_out_event (GdkEventFocus *, Field);
void set_smpte (jack_nframes_t, bool);
void set_bbt (jack_nframes_t, bool);