Subversion Repositories filter_foundry

Rev

Rev 178 | Rev 186 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 178 Rev 184
Line 102... Line 102...
102
#define RC_IMAGE_DIRECT_PARAM \
102
#define RC_IMAGE_DIRECT_PARAM \
103
	"RmI#"/*LC(#,I,m,R)*/,	/*typeImageReference; written as string because the Stringizing operator cannot handle '#' */ \
103
	"RmI#"/*LC(#,I,m,R)*/,	/*typeImageReference; written as string because the Stringizing operator cannot handle '#' */ \
104
	"\0", \
104
	"\0", \
105
	0xB000 /* 10 110 000 00 000 000 */
105
	0xB000 /* 10 110 000 00 000 000 */
106
 
106
 
107
#define FLAGS_SINGLE_PROP	"\020\000" /* 00 010 000|00 000 000 */
107
#define FLAGS_SINGLE_PROP	0x1000 /* 00 010 000 00 000 000 */
108
#define FLAGS_1_OPT_PARAM	"\200\000" /* 10 000 000|00 000 000 */
108
#define FLAGS_1_OPT_PARAM	0x8000 /* 10 000 000 00 000 000 */
109
 
109
 
110
#define RC_typeChar			LC(T,E,X,T)
110
#define RC_typeChar			LC(T,E,X,T)
111
#define RC_typeInteger		LC(l,o,n,g)
111
#define RC_typeInteger		LC(l,o,n,g)
112
 
112
 
113
/* Nota Bene: UNLIKE the Macintosh format of the 'aete' resource,
113
/* Nota Bene: UNLIKE the Macintosh format of the 'aete' resource,
Line 116... Line 116...
116
 
116
 
117
/* Note: make_win.c writes language 0. So, this should be language 0, too, otherwise the standalone filter would have 2 languages for this resource. */
117
/* Note: make_win.c writes language 0. So, this should be language 0, too, otherwise the standalone filter would have 2 languages for this resource. */
118
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
118
LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
119
AETE_ID aete
119
AETE_ID aete
120
{
120
{
-
 
121
	// Attention! If you change something here, please also change it in make.c and scripting.r (Mac OS)
-
 
122
 
121
	0x0001, 		/* Reserved (for Photoshop) */
123
	0x0001, 		/* Reserved (for Photoshop) */
122
 
124
 
123
	"\1\0", english, roman,				/* aete version and language specifiers */
125
	"\1\0", english, roman,				/* aete version and language specifiers */
124
 
126
 
125
	1, /*suites*/
127
	1, /*suites*/
126
		"\014Telegraphics",				/* vendor suite name */
128
		"\014Telegraphics",				/* vendor suite name */
127
		"\0",							/* optional description */
129
		"\0",							/* optional description */
128
		LC(t,E,L,E),					/* suite ID */
130
		LC(t,E,L,E),					/* suite ID */
129
		1,	/* is 0 at Pointelize*/		/* suite code, must be 1. Attention: Filters like 'Pointillize' have set this to 0! */
131
		1,								/* suite code, must be 1. Attention: Filters like 'Pointillize' have set this to 0! */
130
		1,	/* is 0 at Pointelize*/		/* suite level, must be 1. Attention: Filters like 'Pointillize' have set this to 0! */
132
		1,								/* suite level, must be 1. Attention: Filters like 'Pointillize' have set this to 0! */
131
 
133
 
132
		1, /*events*/					/* structure for filters */
134
		1, /*events*/					/* structure for filters */
133
 
135
 
134
			"\015FilterFoundry",		/* event name               */
136
			"\015FilterFoundry",		/* event name               */
135
			"\0",						/* event description        */
137
			"\0",						/* event description        */