summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/keyboard.h')
-rw-r--r--gtk2_ardour/keyboard.h4
1 files changed, 4 insertions, 0 deletions
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 <ardour/types.h>
#include <ardour/stateful.h>
+#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);