Fixed Glk to Gdk color bug
[rodin/chimara.git] / libchimara / style.h
index 2b8afe38a8947b9f03c822cb7dcfbf4991dfd691..5c2778b16c31f2e60b84dde7f237ade4ed3772ef 100644 (file)
@@ -10,6 +10,8 @@ G_GNUC_INTERNAL void style_init();
 G_GNUC_INTERNAL PangoFontDescription* get_current_font(guint32 wintype);
 G_GNUC_INTERNAL GtkTextTag* gtk_text_tag_copy(GtkTextTag *tag);
 
+G_GNUC_INTERNAL void glkcolor_to_gdkcolor(glui32 val, GdkColor *color);
+
 typedef struct StyleSet {
        GHashTable *text_grid;
        GHashTable *text_buffer;