Skip to content
Snippets Groups Projects
Commit 388d2f09 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

expanded t_text to include te_iemgui var that determines whether an external has a custom gui

parent 52af8734
No related branches found
No related tags found
No related merge requests found
......@@ -203,11 +203,12 @@ typedef struct _text /* patchable object - graphical, with text */
short te_ypix;
short te_width; /* requested width in chars, 0 if auto */
unsigned int te_type:2; /* from defs below */
unsigned int te_iemgui:1; /* if this is an iemgui (for nlets color) */
} t_text;
#define T_TEXT 0 /* just a textual comment */
#define T_OBJECT 1 /* a MAX style patchable object */
#define T_MESSAGE 2 /* a MAX stype message */
#define T_MESSAGE 2 /* a MAX style message */
#define T_ATOM 3 /* a cell to display a number or symbol */
#define te_pd te_g.g_pd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment