Daily commit for transform() project, to prevent conflicts with Martin's

work. :)

- added static and (void) and some style stuff  in transform.c
- first additions in code for posemode (do not even try now!)
- fixed warnings in previous commit martin (gcc only)

Note; posemode old transform had complex dependencies on redraw (Hos' home
grown dep graph), which is first being restored. Including old style
set_base_flags_for_editing. Tomorrow!
This commit is contained in:
2005-02-20 19:00:00 +00:00
parent 4e39c4361f
commit 7ad68dd4a6
6 changed files with 266 additions and 72 deletions

View File

@@ -319,7 +319,7 @@ void BIF_drawConstraint()
}
/* called from drawview.c, as ane xtra per-window draw option */
/* called from drawview.c, as an extra per-window draw option */
void BIF_drawPropCircle()
{
TransInfo *t = BIF_GetTransInfo();