Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicki Myers <antihc3@gmail.com>2008-03-13 18:12:19 +0300
committerRicki Myers <antihc3@gmail.com>2008-03-13 18:12:19 +0300
commitb3dab572328e1989276f6f4ef2dd1b6b1f82e86e (patch)
treeb78e382aa878be17885e4c346b04f09d97376304 /source/blender/makesdna
parent4d3c9e88eda123c9f66825534035cbe98b7251cd (diff)
Patch #8488: UserPref to switch between pan/paste on MMB in text editor.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 9d0c44d87c9..8f3d571f878 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -266,6 +266,7 @@ extern UserDef U; /* from usiblender.c !!!! */
// old flag for #define USER_KEYINSERTNEED (1 << 19)
#define USER_ZOOM_TO_MOUSEPOS (1 << 20)
#define USER_SHOW_FPS (1 << 21)
+#define USER_MMB_PASTE (1 << 22)
/* Auto-Keying mode */
/* AUTOKEY_ON is a bitflag */