Subversion Repositories filter_foundry

Rev

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

Rev 430 Rev 439
Line 16... Line 16...
16
    You should have received a copy of the GNU General Public License
16
    You should have received a copy of the GNU General Public License
17
    along with this program; if not, write to the Free Software
17
    along with this program; if not, write to the Free Software
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
19
*/
20
 
20
 
-
 
21
#ifndef FF_H_
-
 
22
#define FF_H_
-
 
23
 
21
#include "world.h"
24
#include "world.h"
22
 
25
 
23
#include "PIFilter.h"
26
#include "PIFilter.h"
24
 
27
 
25
#include "entry.h"
28
#include "entry.h"
Line 30... Line 33...
30
#include "symtab.h"
33
#include "symtab.h"
31
#include "PARM.h"
34
#include "PARM.h"
32
#include "preview.h"
35
#include "preview.h"
33
#include "ff_misc.h"
36
#include "ff_misc.h"
34
 
37
 
35
#ifndef INCLUDED_FF_H
-
 
36
#define INCLUDED_FF_H
-
 
37
 
-
 
38
#define HOSTSIG_GIMP 'PMIG' // sic: NOT 'GIMP'
38
#define HOSTSIG_GIMP 'PMIG' // sic: NOT 'GIMP'
39
#define HOSTSIG_IRFANVIEW 'UP20'
39
#define HOSTSIG_IRFANVIEW 'UP20'
40
#define HOSTSIG_PHOTOSHOP '8BIM'
40
#define HOSTSIG_PHOTOSHOP '8BIM'
41
//#define HOSTSIG_PLUGINCOMMANDER '8BIM' // meh.
41
//#define HOSTSIG_PLUGINCOMMANDER '8BIM' // meh.
42
//#define HOSTSIG_SERIF_PHOTOPLUS '8BIM' // meh.
42
//#define HOSTSIG_SERIF_PHOTOPLUS '8BIM' // meh.
Line 180... Line 180...
180
#define FLOAT_COORD(x) ((x)->floatCoord)
180
#define FLOAT_COORD(x) ((x)->floatCoord)
181
 
181
 
182
#define BIGDOC_WHOLE_SIZE(x) ((x)->bigDocumentData->wholeSize32)
182
#define BIGDOC_WHOLE_SIZE(x) ((x)->bigDocumentData->wholeSize32)
183
#define WHOLE_SIZE(x) ((x)->wholeSize)
183
#define WHOLE_SIZE(x) ((x)->wholeSize)
184
 
184
 
185
#endif /* INCLUDED_FF_H */
185
#endif