/* OBOS ShowImage 0.1 - 17/02/2002 - 22:22 - Fernando Francisco de Oliveira */ #ifndef _ShowImageConstants_ #define _ShowImageConstants_ #include const uint32 MSG_CAPTURE_MOUSE = 'mCPM'; const uint32 MSG_CHANGE_FOCUS = 'mCFS'; const uint32 MSG_FILE_OPEN = 'mFOP'; const uint32 MSG_FILE_SAVE = 'mFSA'; const uint32 MSG_CLEAR_SELECT = 'mCSL'; const uint32 MSG_SELECT_ALL = 'mSAL'; const uint32 MSG_DITHER_IMAGE = 'mDIM'; extern const char* APP_SIG; #endif /* _ShowImageConstants_ */