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:
authorJulian Eisel <eiseljulian@gmail.com>2016-09-08 13:16:41 +0300
committerJulian Eisel <eiseljulian@gmail.com>2016-09-08 13:16:41 +0300
commit788c75ed879fb25a35c0a0e9245df7aeaae2f4ab (patch)
tree3b1c315078e257e0401904860f9ec90fe60390ee /source/blender/editors/include/ED_numinput.h
parent1ffd9714b930dbef8059403d69650476f625f554 (diff)
parent45f833c21dcfad4d1d7045987bb8b69d6aab05be (diff)
Merge branch 'master' into viewport_bvh_selectviewport_bvh_select
Diffstat (limited to 'source/blender/editors/include/ED_numinput.h')
-rw-r--r--source/blender/editors/include/ED_numinput.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_numinput.h b/source/blender/editors/include/ED_numinput.h
index f9a22429fc2..00558a3a787 100644
--- a/source/blender/editors/include/ED_numinput.h
+++ b/source/blender/editors/include/ED_numinput.h
@@ -30,6 +30,8 @@
#define NUM_STR_REP_LEN 64
#define NUM_MAX_ELEMENTS 3
+struct wmEvent;
+
typedef struct NumInput {
short idx_max; /* idx_max < NUM_MAX_ELEMENTS */
int unit_sys;