summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorleo2006-02-26 22:06:29 +0000
committerleo2006-02-26 22:06:29 +0000
commitf4e2b1c72b90a0e5b85dd2e190351acdadcc5baa (patch)
treee3b6086d09054ed5569ca22df4e8729f6ee58107 /linux
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 'linux')
-rw-r--r--linux/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/system.cpp b/linux/system.cpp
index 2683b3f..50fd357 100644
--- a/linux/system.cpp
+++ b/linux/system.cpp
@@ -477,7 +477,7 @@ void SystemUpdateSnap(unsigned short move_snap, unsigned short RotateSnap)
gtk_label_set (GTK_LABEL (label_snap), text);
}
-void SystemUpdateSelected(unsigned long flags)
+void SystemUpdateSelected(unsigned long flags, int SelectedCount, Object* Focus)
{
GtkWidget *item;