xtext: store palette as GdkColors

This commit is contained in:
TingPing
2013-10-10 21:02:24 -04:00
parent 04f34feb26
commit cbf275777c
2 changed files with 6 additions and 14 deletions

View File

@@ -141,7 +141,7 @@ struct _GtkXText
GdkGC *dark_gc;
GdkGC *thin_gc;
GdkGC *marker_gc;
gulong palette[XTEXT_COLS];
GdkColor palette[XTEXT_COLS];
gint io_tag; /* for delayed refresh events */
gint add_io_tag; /* "" when adding new text */