Tint2conf: more gradient support

This commit is contained in:
o9000
2017-03-04 12:24:55 +01:00
parent 8ec7f2dd9c
commit b94cb3eb7e
4 changed files with 138 additions and 41 deletions

View File

@@ -12,6 +12,7 @@ void gradient_update_image(int index);
void gradient_update(GtkWidget *widget, gpointer data);
void gradient_force_update();
void current_gradient_changed(GtkWidget *widget, gpointer data);
void background_update_for_gradient(int gradient_id);
typedef enum GradientConfigType {
GRADIENT_CONFIG_VERTICAL = 0,