X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2Ftheme_view.h;h=306107de98bc5432a0bcf88c98a0354599cf143d;hb=515a2f9710c5cc0488bb07b3daa6a1a5c17d1bee;hp=807a7a062585eb1732366fbae63e00d89495f954;hpb=a9e5183d2195a08988cd03fd10320b31e92fe0a2;p=chaz%2Ftint2 diff --git a/src/tint2conf/theme_view.h b/src/tint2conf/theme_view.h index 807a7a0..306107d 100644 --- a/src/tint2conf/theme_view.h +++ b/src/tint2conf/theme_view.h @@ -4,12 +4,15 @@ #include +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