summaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorleo2006-02-26 22:06:29 +0000
committerleo2006-02-26 22:06:29 +0000
commitf4e2b1c72b90a0e5b85dd2e190351acdadcc5baa (patch)
treee3b6086d09054ed5569ca22df4e8729f6ee58107 /common/system.h
parent4e11b17e7365ba4bb8bedddc96576562cd635d75 (diff)
Show selection on the status bar.
git-svn-id: http://svn.leocad.org/trunk@497 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/system.h')
-rwxr-xr-xcommon/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index ce47b9a..0010bc6 100755
--- a/common/system.h
+++ b/common/system.h
@@ -91,7 +91,7 @@ void SystemUpdateCameraMenu(Camera* pCamera);
void SystemUpdateTime(bool bAnimation, int nTime, int nTotal);
void SystemUpdateAnimation(bool bAnimation, bool bAddKeys);
void SystemUpdateSnap(unsigned short MoveSnap, unsigned short RotateSnap);
-void SystemUpdateSelected(unsigned long flags);
+void SystemUpdateSelected(unsigned long flags, int SelectedCount, class Object* Focus);
void SystemUpdatePaste(bool enable);
void SystemUpdatePlay(bool play, bool stop);
void SystemUpdateCategories(bool SearchOnly);