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:
authorKent Mein <mein@cs.umn.edu>2002-10-30 03:05:50 +0300
committerKent Mein <mein@cs.umn.edu>2002-10-30 03:05:50 +0300
commit8eefe2a9e59b9eabe5491c96856d73e815da7f6b (patch)
treeab7619145a1948f3ef143fec1c4285cbe0fb1a18 /source/blender/include
parentd063311b085adc62996cc3d53dc0cc64c6b6af3f (diff)
Filled out the spacebar menu a little and removed dummy
function which isn't used anywhere:
Diffstat (limited to 'source/blender/include')
-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);
+