new notifier for FRAME_RANGE, use to recalculate the timeline scrollbar range.

This commit is contained in:
2010-06-26 19:17:48 +00:00
parent 942ebd6558
commit ebde8a7ccc
4 changed files with 18 additions and 2 deletions

View File

@@ -183,6 +183,7 @@ typedef struct wmNotifier {
#define ND_KEYINGSET (12<<16)
#define ND_TOOLSETTINGS (13<<16)
#define ND_LAYER (14<<16)
#define ND_FRAME_RANGE (15<<16)
/* NC_OBJECT Object */
#define ND_TRANSFORM (16<<16)