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>2013-09-07 02:54:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-07 02:54:22 +0400
commit2c688788e6d5508f3138371fc4c818041d66f392 (patch)
tree88194bcaa9c33271830207d9ad986c8c255cc2df /source/blender/makesrna/RNA_enum_types.h
parent35cd649c6625b55aad277fdbeaa87cc5d21b65ce (diff)
wrap cursor setting so python can make use of it, eg:
- win.cursor_set('WAIT') - win.cursor_modal_set('TEXT') - win.cursor_modal_restore()
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index 86d043b839a..d33d3df8a5e 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -169,6 +169,8 @@ extern EnumPropertyItem linestyle_alpha_modifier_type_items[];
extern EnumPropertyItem linestyle_thickness_modifier_type_items[];
extern EnumPropertyItem linestyle_geometry_modifier_type_items[];
+extern EnumPropertyItem window_cursor_items[];
+
struct bContext;
struct PointerRNA;
struct PropertyRNA;