summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-19 20:59:56 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-19 20:59:56 (GMT)
commit5f1fc7b0711f51dd05077303f854c658ccd9dcba (patch)
tree7d519f704a04a8f25d3e5f14ce809a7d985c4581 /Smoke/colormap.h
parenta60088999da4f44bf5885f431fe78eb87d643ae7 (diff)
download2iv35-5f1fc7b0711f51dd05077303f854c658ccd9dcba.zip
2iv35-5f1fc7b0711f51dd05077303f854c658ccd9dcba.tar.gz
2iv35-5f1fc7b0711f51dd05077303f854c658ccd9dcba.tar.bz2
Loads of splitting, gui templates added for other elements
Diffstat (limited to 'Smoke/colormap.h')
-rw-r--r--Smoke/colormap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
index 22c34ed..1d70054 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -4,8 +4,8 @@
void colormap_set_num_colors(int num_colors);
int colormap_get_num_colors(void);
-void colormap_set_map(int color_map);
-int colormap_get_map(void);
+void colormap_set_colormap(int colormap);
+int colormap_get_colormap(void);
void colormap_set_scaling(int scaling);
int colormap_get_scaling(void);