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 /intern/ghost/GHOST_Types.h
parent1bc0f43da04e856586cb674cec5bacc98ca26f8a (diff)
Robert (DetectiveThorn) Wenzlaff's Knife subdivide tool. See previous
message on Bf-committers for description.
Diffstat (limited to 'intern/ghost/GHOST_Types.h')
-rw-r--r--intern/ghost/GHOST_Types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h
index f4649a9574b..f14f120a386 100644
--- a/intern/ghost/GHOST_Types.h
+++ b/intern/ghost/GHOST_Types.h
@@ -155,7 +155,8 @@ typedef enum {
GHOST_kStandardCursorBottomRightCorner,
GHOST_kStandardCursorBottomLeftCorner,
GHOST_kStandardCursorCustom,
- GHOST_kStandardCursorNumCursors
+ GHOST_kStandardCursorNumCursors,
+ GHOST_kStandardCursorPencil
} GHOST_TStandardCursor;