X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fstyle.h;h=5c2778b16c31f2e60b84dde7f237ade4ed3772ef;hp=6c74222551750fb3193c1ea56c427dadea413613;hb=6a19bed210500ab8303a0e94d74adbf2ee0e2920;hpb=830faf4676d26eb8094688e5ee995c2e2edce0e5 diff --git a/libchimara/style.h b/libchimara/style.h index 6c74222..5c2778b 100644 --- a/libchimara/style.h +++ b/libchimara/style.h @@ -10,7 +10,7 @@ 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); +G_GNUC_INTERNAL void glkcolor_to_gdkcolor(glui32 val, GdkColor *color); typedef struct StyleSet { GHashTable *text_grid;