From 42ae9128fab8e6ec294c16cb2ce4eedcde9c4aed Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 30 Apr 2005 21:19:19 +0000 Subject: Removal of old transform() part one. - added in new transform the (not so useful but yah) old feature that does scrollwheel zoom during transform - had to change transform call arguments for uv-window/sequence/oops to match new transform for mouse callback TODO (for martin?) - pulldown menu support to call with local axes compliant as for pressing it with hotkey - mirrormenu() still uses old transform stuff... --- source/blender/include/BDR_editobject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/include/BDR_editobject.h') diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h index 6e5c3e98720..3b769e100f4 100644 --- a/source/blender/include/BDR_editobject.h +++ b/source/blender/include/BDR_editobject.h @@ -92,8 +92,8 @@ void restore_tob(struct TransOb *tob); int cylinder_intersect_test(void); int sphere_intersect_test(void); int my_clock(void); -void transform(int mode); -void std_rmouse_transform(void (*xf_func)(int)); + +void std_rmouse_transform(void (*xf_func)(int, int)); void rightmouse_transform(void); void single_object_users(int flag); void new_id_matar(struct Material **matar, int totcol); -- cgit v1.2.3