1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-08 14:17:06 +03:00

0022337: V3d_View::Print crashes in OCCT 6.5.0

This commit is contained in:
APL
2011-09-07 07:16:18 +00:00
committed by bugmaster
parent 31b8106853
commit 7edf74fd3d
18 changed files with 1360 additions and 419 deletions

View File

@@ -1334,16 +1334,18 @@ void EXPORT call_togl_userdraw (
);
/* ------------------------- */
void EXPORT call_togl_print (
Standard_Boolean EXPORT call_togl_print (
CALL_DEF_VIEW *aview,
CALL_DEF_LAYER *anunderlayer,
CALL_DEF_LAYER *anoverlayer,
const Aspect_Drawable hPrintDC,
const int background,
const char* filename
CALL_DEF_VIEW *aview,
CALL_DEF_LAYER *anunderlayer,
CALL_DEF_LAYER *anoverlayer,
const Aspect_Drawable hPrintDC,
const int background,
const char* filename,
const int printalgo = 0,
const float theScaleFactor = 1.0
);
);
#ifdef BUC61044