aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_all_guis.h
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_all_guis.h')
-rw-r--r--pd/src/g_all_guis.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/pd/src/g_all_guis.h b/pd/src/g_all_guis.h
index 2bc38f12..2d7d7dd6 100644
--- a/pd/src/g_all_guis.h
+++ b/pd/src/g_all_guis.h
@@ -198,9 +198,10 @@ typedef struct _hdial
{
t_iemgui x_gui;
int x_on;
- int x_on_old;
+ int x_on_old; /* LATER delete this; it's used for old version */
int x_change;
int x_number;
+ int x_drawn;
t_atom x_at[2];
} t_hdial;
@@ -242,6 +243,8 @@ typedef struct _vu
int x_scale;
void *x_out_rms;
void *x_out_peak;
+ unsigned int x_updaterms:1;
+ unsigned int x_updatepeak:1;
} t_vu;
typedef struct _my_numbox
@@ -266,6 +269,7 @@ typedef struct _vdial
int x_on_old;
int x_change;
int x_number;
+ int x_drawn;
t_atom x_at[2];
} t_vdial;