summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_colormap.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-17 19:48:37 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-17 19:48:37 (GMT)
commit9363bc6887a7ffb9ea6c0f6a63a93c215e227502 (patch)
treedc5f962bdcc413a5bd4bff4d85c7842522a73fb3 /Smoke/gtk_colormap.h
parent1d771540b16ba07cb02be5490892465a2a5ab89a (diff)
download2iv35-9363bc6887a7ffb9ea6c0f6a63a93c215e227502.zip
2iv35-9363bc6887a7ffb9ea6c0f6a63a93c215e227502.tar.gz
2iv35-9363bc6887a7ffb9ea6c0f6a63a93c215e227502.tar.bz2
Added/splitted colormaps to a seperate file.
Diffstat (limited to 'Smoke/gtk_colormap.h')
-rw-r--r--Smoke/gtk_colormap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Smoke/gtk_colormap.h b/Smoke/gtk_colormap.h
new file mode 100644
index 0000000..c1510ff
--- /dev/null
+++ b/Smoke/gtk_colormap.h
@@ -0,0 +1,6 @@
+#ifndef _GTK_COLORMAP_H
+#define _GTK_COLORMAP_H
+
+GtkWidget *create_colormap_page(void);
+
+#endif