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:
authorAlexander Ewering <blender@instinctive.de>2003-10-13 03:43:26 +0400
committerAlexander Ewering <blender@instinctive.de>2003-10-13 03:43:26 +0400
commit5c2005cf06d786985ebf2213aa25070bdbda2a4f (patch)
tree7e14efbe3813412840c70452a2b88d5264027176 /source/blender/include/BIF_graphics.h
parent1bc0f43da04e856586cb674cec5bacc98ca26f8a (diff)
Robert (DetectiveThorn) Wenzlaff's Knife subdivide tool. See previous
message on Bf-committers for description.
Diffstat (limited to 'source/blender/include/BIF_graphics.h')
-rw-r--r--source/blender/include/BIF_graphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/include/BIF_graphics.h b/source/blender/include/BIF_graphics.h
index 90e77e1fb7e..05e0883e81d 100644
--- a/source/blender/include/BIF_graphics.h
+++ b/source/blender/include/BIF_graphics.h
@@ -47,7 +47,8 @@ enum {
CURSOR_Y_MOVE,
CURSOR_HELP,
CURSOR_STD,
- CURSOR_NONE
+ CURSOR_NONE,
+ CURSOR_PENCIL
};
void set_cursor(int curs);