updated comments
authorMarijn van Vliet <w.m.vanvliet@gmail.com>
Sat, 15 Sep 2012 23:05:36 +0000 (01:05 +0200)
committerMarijn van Vliet <w.m.vanvliet@gmail.com>
Sat, 15 Sep 2012 23:05:36 +0000 (01:05 +0200)
libchimara/resource.c
libchimara/style.c

index 9c40723057393c32f885365cff9dab2baa4dc6a1..457a925d06ea768e2b579e650a55a673da4cc433 100644 (file)
@@ -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;
 }
 
index 65d6c4e062154fc728b32a08fa39f472e74bd47c..a17a23659d8427c661d1e735162cb66a6a33a103 100644 (file)
@@ -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)