X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.h;h=5c2778b16c31f2e60b84dde7f237ade4ed3772ef;hb=6a19bed210500ab8303a0e94d74adbf2ee0e2920;hp=7dc507f0abaaa3c1dee2212e4ce1aec2f9b9a32e;hpb=0ce15daa50a3fe259576430e99f3d6324a5716c6;p=rodin%2Fchimara.git diff --git a/libchimara/style.h b/libchimara/style.h index 7dc507f..5c2778b 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -3,16 +3,14 @@ #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(); +G_GNUC_INTERNAL PangoFontDescription* get_current_font(guint32 wintype); +G_GNUC_INTERNAL GtkTextTag* gtk_text_tag_copy(GtkTextTag *tag); + +G_GNUC_INTERNAL void glkcolor_to_gdkcolor(glui32 val, GdkColor *color); typedef struct StyleSet { GHashTable *text_grid;