X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstyle.h;h=6c74222551750fb3193c1ea56c427dadea413613;hb=830faf4676d26eb8094688e5ee995c2e2edce0e5;hp=8d7c69e104540906bd40a092b0ca0d9c0d282d60;hpb=13b21e2a9ba53c7109ae0bbfd774f16f0c9d4413;p=rodin%2Fchimara.git diff --git a/libchimara/style.h b/libchimara/style.h index 8d7c69e..6c74222 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -3,13 +3,6 @@ #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); @@ -17,6 +10,8 @@ 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;