Subversion Repositories filter_foundry

Rev

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

Rev 185 Rev 186
Line 32... Line 32...
32
#include "misc.h"
32
#include "misc.h"
33
 
33
 
34
#ifndef INCLUDED_FF_H
34
#ifndef INCLUDED_FF_H
35
#define INCLUDED_FF_H
35
#define INCLUDED_FF_H
36
 
36
 
37
#define HOSTSIG_GIMP 'PMIG'
37
#define HOSTSIG_GIMP 'PMIG' // sic: NOT 'GIMP'
38
#define HOSTSIG_IRFANVIEW 'UP20'
38
#define HOSTSIG_IRFANVIEW 'UP20'
39
#define HOSTSIG_PHOTOSHOP '8BIM'
39
#define HOSTSIG_PHOTOSHOP '8BIM'
40
#define HOSTSIG_PLUGINCOMMANDER '8BIM' // meh.
40
#define HOSTSIG_PLUGINCOMMANDER '8BIM' // meh.
-
 
41
#define HOSTSIG_JASC_PAINTSHOP_PRO_X 'PSP9'
41
 
42
 
42
enum{
43
enum{
43
        TAB = 011,
44
        TAB = 011,
44
        LF  = 012,
45
        LF  = 012,
45
        CR  = 015,
46
        CR  = 015,