]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/theme_view.h
tint2conf : cleanup and asynchronous panel preview
[chaz/tint2] / src / tint2conf / theme_view.h
index 807a7a062585eb1732366fbae63e00d89495f954..306107de98bc5432a0bcf88c98a0354599cf143d 100644 (file)
@@ -4,12 +4,15 @@
 
 #include <gtk/gtk.h>
 
+extern GtkWidget *g_theme_view;
+extern GtkListStore *g_store;
 enum { COL_THEME_FILE = 0, COL_SNAPSHOT, NB_COL, };
 
 GtkWidget *create_view();
 
 void custom_list_append(const gchar *name);
 
+gboolean update_snapshot();
 
 #endif
 
This page took 0.020907 seconds and 4 git commands to generate.