X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fstyle.h;h=ba9939a1f3218eb22bd5aa6949e1a1fdddbbd488;hp=614047342a4048af82d2c24b98b89005afb29415;hb=343e89354b4e079c244867c4b7a5a058a95ca116;hpb=c9cb272c77ce3db3764a315480cfac2dc1b70e20 diff --git a/libchimara/style.h b/libchimara/style.h index 6140473..ba9939a 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -22,6 +22,7 @@ G_GNUC_INTERNAL void glkcolor_to_gdkcolor(glui32 val, GdkColor *color); G_GNUC_INTERNAL gchar* glkcolor_to_hex(glui32 val); G_GNUC_INTERNAL gchar* gdkcolor_to_hex(GdkColor *color); G_GNUC_INTERNAL void style_stream_colors(strid_t str, GdkColor **foreground, GdkColor **background); +G_GNUC_INTERNAL void style_apply(winid_t win, GtkTextIter *start, GtkTextIter *end); typedef struct StyleSet { GHashTable *text_grid;