X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.h;h=7dc507f0abaaa3c1dee2212e4ce1aec2f9b9a32e;hb=6702e46cbf0d5980a7386038d019c03fb12d3b52;hp=fcd53022359b8b730e7512a73f8caddda52813b7;hpb=0b85f1dd5993e2ed111ec2ba13bbbb4ebda06ada;p=rodin%2Fchimara.git diff --git a/libchimara/style.h b/libchimara/style.h index fcd5302..7dc507f 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -2,11 +2,21 @@ #define STYLE_H #include +#include +#include +#include #include "glk.h" #include "magic.h" #include "chimara-glk-private.h" #include "stream.h" G_GNUC_INTERNAL void style_init_textbuffer(GtkTextBuffer *buffer); +G_GNUC_INTERNAL void style_init_textgrid(GtkTextBuffer *buffer); +G_GNUC_INTERNAL void style_init(); + +typedef struct StyleSet { + GHashTable *text_grid; + GHashTable *text_buffer; +} StyleSet; #endif