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.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/pd/src/g_all_guis.h b/pd/src/g_all_guis.h
index 66d79bc9..2bc38f12 100644
--- a/pd/src/g_all_guis.h
+++ b/pd/src/g_all_guis.h
@@ -151,14 +151,14 @@ typedef struct _iemgui
int x_fcol;
int x_bcol;
int x_lcol;
- t_symbol *x_snd; /* send symbol */
- t_symbol *x_rcv; /* receive */
- t_symbol *x_lab; /* label */
- t_symbol *x_snd_unexpanded; /* same 3, with '$' unexpanded */
- t_symbol *x_rcv_unexpanded;
- t_symbol *x_lab_unexpanded;
- int x_binbufindex; /* where in binbuf to find these */
- int x_labelbindex; /* where in binbuf to find label */
+ t_symbol *x_snd; /* send symbol */
+ t_symbol *x_rcv; /* receive */
+ t_symbol *x_lab; /* label */
+ t_symbol *x_snd_unexpanded; /* same 3, with '$' unexpanded */
+ t_symbol *x_rcv_unexpanded;
+ t_symbol *x_lab_unexpanded;
+ int x_binbufindex; /* where in binbuf to find these */
+ int x_labelbindex; /* where in binbuf to find label */
} t_iemgui;
typedef struct _iemguidummy