summaryrefslogtreecommitdiff
path: root/muse2/muse/gconfig.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-09-18 16:27:58 +0000
committerFlorian Jung <flo@windfisch.org>2011-09-18 16:27:58 +0000
commitab9b0aebfe2e164dfff06d4401d9512bffac332e (patch)
treed9ad148421d4b85508d792c99243f0eb280e1686 /muse2/muse/gconfig.h
parent8b21a48e89198c37a9cbc7f8bba1871f275b6809 (diff)
removed the last obstacle for non-middle-button-users:
added config option "set left range marker with ctrl+rightclick"
Diffstat (limited to 'muse2/muse/gconfig.h')
-rw-r--r--muse2/muse/gconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/gconfig.h b/muse2/muse/gconfig.h
index 96abc4ac..dd5f10fd 100644
--- a/muse2/muse/gconfig.h
+++ b/muse2/muse/gconfig.h
@@ -161,6 +161,7 @@ struct GlobalConfigValues {
unsigned long minControlProcessPeriod;
bool popupsDefaultStayOpen;
bool leftMouseButtonCanDecrease;
+ bool rangeMarkerWithoutMMB;
};
extern GlobalConfigValues config;