Subversion Repositories filter_foundry

Rev

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

Rev 259 Rev 317
Line 50... Line 50...
50
	LC(f,i,F,o),					/* Event ID, or typeNULL if not Filter/Color Picker/Selection. */
50
	LC(f,i,F,o),       /* Event ID, or typeNULL if not Filter/Color Picker/Selection. */
51
	AETE_ID,						/* Dictionary ('AETE') resource ID. (only 2 bytes long!) */
51
	AETE_ID,           /* Dictionary ('AETE') resource ID. (only 2 bytes long!) */
52
 
52
 
53
	/*"Telegraphics FilterFoundry\0\0\0\0"*/
53
	/*"Telegraphics FilterFoundry\0\0\0\0"*/
54
	/* Unique scope string, C format, long padded. If set, the plugin will only communicate with the host (Photoshop), not with AppleScript. */
54
	/* Unique scope string, C format, long padded. If set, the plugin will only communicate with the host (Photoshop), not with AppleScript. */
55
	/* Since 1.7.0.2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
55
	/* Beginning with 1.7.0.2, we accept AppleScript, since the AETE keys are now randomly chosen for each standalone plugin. */
56
	"\0\0"
56
	"\0\0"
57
 
57
 
58
 
58
 
59
#include "PiPL_body.rc"
59
#include "PiPL_body.rc"
60
 
60