From 5a39bf595c737dbb36666a9e718ac267e9131380 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 5 Mar 2006 19:39:16 +0000 Subject: export range markers patch (revisited), change selection model, copy-drag tempo+meter marker patch git-svn-id: svn://localhost/trunk/ardour2@349 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/keyboard.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/keyboard.h') diff --git a/gtk2_ardour/keyboard.h b/gtk2_ardour/keyboard.h index 9178546c8e..06ed4c800d 100644 --- a/gtk2_ardour/keyboard.h +++ b/gtk2_ardour/keyboard.h @@ -30,6 +30,8 @@ #include #include +#include "selection.h" + using std::vector; using std::string; @@ -71,6 +73,8 @@ class Keyboard : public sigc::trackable, Stateful static bool modifier_state_contains (guint state, ModifierMask); static bool modifier_state_equals (guint state, ModifierMask); + static Selection::Operation selection_type (guint state); + static bool no_modifiers_active (guint state); static void set_meta_modifier (guint); -- cgit v1.2.3