Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
388d2f09
Commit
388d2f09
authored
Sep 06, 2013
by
Ivica Bukvic
Browse files
expanded t_text to include te_iemgui var that determines whether an external has a custom gui
parent
52af8734
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/m_pd.h
View file @
388d2f09
...
...
@@ -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 sty
p
e message */
#define T_MESSAGE 2
/* a MAX sty
l
e message */
#define T_ATOM 3
/* a cell to display a number or symbol */
#define te_pd te_g.g_pd
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment