summaryrefslogtreecommitdiff
path: root/linux/gtktools.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/gtktools.h')
-rw-r--r--linux/gtktools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/gtktools.h b/linux/gtktools.h
index dd09b91..e524500 100644
--- a/linux/gtktools.h
+++ b/linux/gtktools.h
@@ -6,6 +6,7 @@ GtkWidget* new_pixmap (GtkWidget *widget, char **data);
GtkWidget* clist_title_with_arrow (GtkWidget* clist, char col, char* label_text);
void set_notebook_tab (GtkWidget *notebook, gint page_num, GtkWidget *widget);
void set_button_pixmap (GtkWidget* widget, float* color);
+void set_button_pixmap2 (GtkWidget* widget, unsigned char* color);
#endif // _GTKTOOLS_H_