summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorleo2005-10-10 21:00:07 +0000
committerleo2005-10-10 21:00:07 +0000
commit6540f25919e97cbb426ac16db3f1114ad61e0df8 (patch)
tree91b4e9ed871c6af6454dbe990b53291624466e1f /linux
parent97727601bdc6d93d1576ea80a01b820cc34e3fb1 (diff)
Fixed some Linux compiler errors.
git-svn-id: http://svn.leocad.org/trunk@425 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux')
-rw-r--r--linux/system.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/system.cpp b/linux/system.cpp
index dd69289..704519b 100644
--- a/linux/system.cpp
+++ b/linux/system.cpp
@@ -184,6 +184,10 @@ void SystemUpdateViewport(int new_vp, int old_vp)
ignore_commands = false;
}
+void SystemUpdateCategories(bool SearchOnly)
+{
+}
+
static void create_bitmap_and_mask_from_xpm (GdkBitmap **bitmap, GdkBitmap **mask, gchar **xpm)
{
int height, width, colors;