From ed932acb5860bf8b9296169676499562a55d139e Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Mon, 6 Sep 2004 20:20:36 +0000 Subject: checking in version 0.38test5. Oops, I realize I forgot some more nice files, will add them and re-commit. svn path=/trunk/; revision=2010 --- pd/src/g_all_guis.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (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 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 -- cgit v1.2.1