From 7c099e76ae58a548f1f2123c40de1ef7597ad6a5 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 8 May 2010 21:14:34 +0200 Subject: Handle active and inconsistent tags in a more elegant way in the tag dialog. --- window_tag.h | 1 + 1 file changed, 1 insertion(+) (limited to 'window_tag.h') diff --git a/window_tag.h b/window_tag.h index 96fceac..41e941f 100644 --- a/window_tag.h +++ b/window_tag.h @@ -8,6 +8,7 @@ struct tagdialog_data_t { GtkWidget *dialog; GtkWidget *tagview; GArray *wallarray; + GHashTable *inconsistent_table; }; struct tagdialog_data_t *window_tagview_new(GtkWidget*, GArray*); -- cgit v1.2.3