diff --git a/src/tint2conf/main.h b/src/tint2conf/main.h index f42e127..31dfe7d 100644 --- a/src/tint2conf/main.h +++ b/src/tint2conf/main.h @@ -15,7 +15,7 @@ #endif #define SNAPSHOT_TICK 190 -gboolean update_snapshot(); +gboolean update_snapshot(gpointer ignored); void menuApply(); void refresh_current_theme(); extern GtkWidget *g_window;