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:
Diffstat (limited to 'source/blender/include/BIF_toolbox.h')
-rw-r--r--source/blender/include/BIF_toolbox.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/include/BIF_toolbox.h b/source/blender/include/BIF_toolbox.h
index c8ad8f57684..8d63feba1ee 100644
--- a/source/blender/include/BIF_toolbox.h
+++ b/source/blender/include/BIF_toolbox.h
@@ -60,6 +60,7 @@ enum {
TBOX_MAIN_KEY,
TBOX_MAIN_RENDER,
TBOX_MAIN_VIEW,
+ TBOX_MAIN_SEQ,
TBOX_MAIN_PYTOOL = 13
};
@@ -75,6 +76,7 @@ enum {
TBOX_MAIN_KEY,
TBOX_MAIN_RENDER,
TBOX_MAIN_VIEW,
+ TBOX_MAIN_SEQ,
TBOX_MAIN_PYTOOL = 13
};
#endif
@@ -85,7 +87,6 @@ enum {
void ColorFunc (int i);
void mygetcursor (short int *index);
void tbox_setinfo (int x, int y);
-void dummy (void);
void bgnpupdraw (int startx, int starty, int endx, int endy);
void endpupdraw (void);
void asciitoraw (int ch, short unsigned int *event, short unsigned int *qual);
@@ -120,3 +121,4 @@ void replace_names_but (void);
void BIF_screendump(void);
void write_screendump(char *name);
+