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/src/screendump.c
parentaa318f0bccaa460bafce21359c459cad73a473c5 (diff)
Added Dump 3dView and Dump Screen to the File menu
with their shortcuts. Kent
Diffstat (limited to 'source/blender/src/screendump.c')
-rw-r--r--source/blender/src/screendump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/screendump.c b/source/blender/src/screendump.c
index 011d50d9600..00cce259954 100644
--- a/source/blender/src/screendump.c
+++ b/source/blender/src/screendump.c
@@ -113,7 +113,7 @@ void write_screendump(char *name)
}
/* get dump from frontbuffer */
-void BIF_screendump(void)
+void BIF_screendump(int fscreen)
{
extern uiBut *UIbuttip; // interface.c
static int wasmenu= 0;
@@ -133,7 +133,7 @@ void BIF_screendump(void)
if(dumprect) MEM_freeN(dumprect);
dumprect= NULL;
- if(UIbuttip || (G.qual & LR_SHIFTKEY)) { /* full screen */
+ if(UIbuttip || (G.qual & LR_SHIFTKEY) || fscreen) { /* full screen */
x= 0;
y= 0;