From: Marijn van Vliet Date: Sat, 15 Sep 2012 23:05:36 +0000 (+0200) Subject: updated comments X-Git-Tag: v0.9~9 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=f17f704eb40ce5d3d6ec7f2daf2d67586225ff90 updated comments --- diff --git a/libchimara/resource.c b/libchimara/resource.c index 9c40723..457a925 100644 --- a/libchimara/resource.c +++ b/libchimara/resource.c @@ -1,4 +1,5 @@ #include "resource.h" +#include "stream.h" extern GPrivate *glk_data_key; @@ -38,7 +39,6 @@ giblorb_set_resource_map(strid_t file) glk_data->resource_map = newmap; glk_data->resource_file = file; - //giblorb_print_contents(newmap); return giblorb_err_None; } diff --git a/libchimara/style.c b/libchimara/style.c index 65d6c4e..a17a236 100644 --- a/libchimara/style.c +++ b/libchimara/style.c @@ -1280,7 +1280,8 @@ style_stream_colors(strid_t str, GdkColor **foreground, GdkColor **background) } } -/* Apply styles to a segment of text in a GtkTextBuffer +/* Apply styles to a segment of text in a GtkTextBuffer, combining multiple + * GtkTextTags. */ void style_apply(winid_t win, GtkTextIter *start, GtkTextIter *end)