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:
authorDiego Garcia <diego@sinestesia.co>2015-01-03 14:48:29 +0300
committerJoshua Leung <aligorith@gmail.com>2015-01-03 15:17:51 +0300
commitf329ebe38a19ec11ccc7fbf0c3ad71f52685aac9 (patch)
tree45775b847ba1f46a6916c702bc05447a362e3c0d /source/blender/editors/include/UI_resources.h
parentc50003cd09ab8d3477406f58f00e530e5e67b45f (diff)
D824: Add themeing for keyframe lines in Timeline
Reviewed by: Joshua Leung (aligorith)
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index 23936f76103..e6db938a1b0 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -111,6 +111,8 @@ enum {
TH_FACE_DOT,
TH_FACEDOT_SIZE,
TH_CFRAME,
+ TH_TIME_KEYFRAME,
+ TH_TIME_GP_KEYFRAME,
TH_NURB_ULINE,
TH_NURB_VLINE,
TH_NURB_SEL_ULINE,