From 8892fb6aabcbfd2c4695c154c22751b5fe5c9004 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Tue, 16 Aug 2005 04:06:28 +0000 Subject: Configure.in was broken. Also, better GUI update queueing for IEM guis and for 'data' (which should affect arrays.) svn path=/trunk/; revision=3430 --- pd/src/g_all_guis.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pd/src/g_all_guis.h') 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; -- cgit v1.2.1