Support for graphics in text buffers
[rodin/chimara.git] / libchimara / style.h
index 2b8afe38a8947b9f03c822cb7dcfbf4991dfd691..6c74222551750fb3193c1ea56c427dadea413613 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 GdkColor* glkcolor_to_gdkcolor(glui32 val);
+
 typedef struct StyleSet {
        GHashTable *text_grid;
        GHashTable *text_buffer;