aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_all_guis.h
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2007-12-28 03:43:06 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2007-12-28 03:43:06 +0000
commit019c0e56579fe7f94982434d8efcd7b00d8df0aa (patch)
treeb221f8e00973d9a501ed7085e9f2b95fabb0009a /pd/src/g_all_guis.h
parent44e68e4348f7ca86f4209f3f86ac7b6cb49acd52 (diff)
... and again trying to check in 0.41-0 test 10
svn path=/trunk/; revision=9108
Diffstat (limited to 'pd/src/g_all_guis.h')
-rw-r--r--pd/src/g_all_guis.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/pd/src/g_all_guis.h b/pd/src/g_all_guis.h
index 2d7d7dd6..b352fb9c 100644
--- a/pd/src/g_all_guis.h
+++ b/pd/src/g_all_guis.h
@@ -144,7 +144,7 @@ typedef struct _iemgui
int x_w;
int x_ldx;
int x_ldy;
- char x_font[16];
+ char x_font[MAXPDSTRING]; /* font names can be long! */
t_iem_fstyle_flags x_fsf;
int x_fontsize;
t_iem_init_symargs x_isa;
@@ -208,8 +208,8 @@ typedef struct _hdial
typedef struct _toggle
{
t_iemgui x_gui;
- float x_on;
- float x_nonzero;
+ t_float x_on;
+ t_float x_nonzero;
} t_toggle;
typedef struct _my_canvas
@@ -238,8 +238,8 @@ typedef struct _vu
int x_led_size;
int x_peak;
int x_rms;
- float x_fp;
- float x_fr;
+ t_float x_fp;
+ t_float x_fr;
int x_scale;
void *x_out_rms;
void *x_out_peak;