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>2004-09-29 20:27:12 +0400
committerKent Mein <mein@cs.umn.edu>2004-09-29 20:27:12 +0400
commit98a012865bcb59326e5de90179bac62db933637a (patch)
treeaed4cbbc2a1e21049d8352ca28eed9010021b003 /source/blender/include/BIF_toolbox.h
parentaa318f0bccaa460bafce21359c459cad73a473c5 (diff)
Added Dump 3dView and Dump Screen to the File menu
with their shortcuts. Kent
Diffstat (limited to 'source/blender/include/BIF_toolbox.h')
-rw-r--r--source/blender/include/BIF_toolbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_toolbox.h b/source/blender/include/BIF_toolbox.h
index 1b7e05c5217..095bfb31acd 100644
--- a/source/blender/include/BIF_toolbox.h
+++ b/source/blender/include/BIF_toolbox.h
@@ -127,7 +127,7 @@ void add_numbut (int nr, int type, char *str, float min, float max, void *poin,
void clever_numbuts (void);
void replace_names_but (void);
-void BIF_screendump(void);
+void BIF_screendump(int fscreen);
void write_screendump(char *name);
#endif