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.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;