From f17f704eb40ce5d3d6ec7f2daf2d67586225ff90 Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Sun, 16 Sep 2012 01:05:36 +0200 Subject: [PATCH] updated comments --- libchimara/resource.c | 2 +- libchimara/style.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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) -- 2.30.2