X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.h;h=9a16c1a7d983971e3bd2d6857f5d3f8fe6f58c50;hb=42d2c2e53f65402039e0b1c6e48e258fb417bb71;hp=fcd53022359b8b730e7512a73f8caddda52813b7;hpb=0b85f1dd5993e2ed111ec2ba13bbbb4ebda06ada;p=rodin%2Fchimara.git diff --git a/libchimara/style.h b/libchimara/style.h index fcd5302..9a16c1a 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -2,11 +2,23 @@ #define STYLE_H #include +#include +#include +#include #include "glk.h" #include "magic.h" #include "chimara-glk-private.h" #include "stream.h" +#include "strio.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(); +G_GNUC_INTERNAL PangoFontDescription* get_current_font(guint32 wintype); + +typedef struct StyleSet { + GHashTable *text_grid; + GHashTable *text_buffer; +} StyleSet; #endif