summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r--gtk/src/hb-backend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h
index 69fd0efd4..dc37d990f 100644
--- a/gtk/src/hb-backend.h
+++ b/gtk/src/hb-backend.h
@@ -91,7 +91,8 @@ void ghb_vquality_range(
gdouble *max,
gdouble *step,
gdouble *page,
- gint *digits);
+ gint *digits,
+ gboolean *inverted);
//const gchar* ghb_get_rate_string(gint rate, gint type);
void ghb_combo_init(GtkBuilder *builder);
void ghb_backend_init(gint debug);