From a65b5ea1b1bfc64d2417477bfc2b1f7866d9e20e Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon.(none)> Date: Thu, 8 Nov 2012 01:21:30 -0500 Subject: [PATCH] added center feature to vslider to keep it consistent with hslider --- src/g_all_guis.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/g_all_guis.h b/src/g_all_guis.h index 83ba9aed7..b0bdf67ac 100644 --- a/src/g_all_guis.h +++ b/src/g_all_guis.h @@ -280,6 +280,8 @@ typedef struct _vslider t_iemgui x_gui; int x_pos; int x_val; + int x_center; + int x_thick; int x_lin0_log1; int x_steady; double x_min; -- GitLab