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:
authorCampbell Barton <ideasman42@gmail.com>2010-09-22 19:39:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-22 19:39:43 +0400
commit6bb0fc3e4fd494acf43111264e2097809a5daf61 (patch)
tree0cb23166f218ac26e17fbb7449ba0456c6a95c60 /source/blender/makesdna/DNA_vfont_types.h
parentaa7db99a38ec4c50b84fdf4b417d4dda7a89d838 (diff)
minor changes to text3d editing, skip wchar --> utf-8 conversion on cursor movement.
Diffstat (limited to 'source/blender/makesdna/DNA_vfont_types.h')
-rw-r--r--source/blender/makesdna/DNA_vfont_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_vfont_types.h b/source/blender/makesdna/DNA_vfont_types.h
index 8a96d8574c2..0ea60c732cf 100644
--- a/source/blender/makesdna/DNA_vfont_types.h
+++ b/source/blender/makesdna/DNA_vfont_types.h
@@ -46,7 +46,7 @@ typedef struct VFont {
} VFont;
/* *************** FONT ****************** */
-
+#define FO_EDIT 0
#define FO_CURS 1
#define FO_CURSUP 2
#define FO_CURSDOWN 3