X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.h;h=6c74222551750fb3193c1ea56c427dadea413613;hb=d650d232de0f03f7d6be4a9b50d1bb3c825d24fb;hp=fcd53022359b8b730e7512a73f8caddda52813b7;hpb=78652af29a2f39e626febd5f4213da57d3a13901;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/style.h b/libchimara/style.h index fcd5302..6c74222 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -2,11 +2,19 @@ #define STYLE_H #include -#include "glk.h" -#include "magic.h" -#include "chimara-glk-private.h" -#include "stream.h" +#include 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); +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; +} StyleSet; #endif