xref: /haiku/src/apps/showimage/ShowImageConstants.h (revision 7120e97489acbf17d86d3f33e3b2e68974fd4b23)
1 /*
2     OBOS ShowImage 0.1 - 17/02/2002 - 22:22 - Fernando Francisco de Oliveira
3 */
4 
5 #ifndef _ShowImageConstants_
6 #define _ShowImageConstants_
7 
8 #include <SupportDefs.h>
9 
10 const uint32 MSG_CAPTURE_MOUSE		= 'mCPM';
11 const uint32 MSG_CHANGE_FOCUS		= 'mCFS';
12 const uint32 MSG_FILE_OPEN			= 'mFOP';
13 const uint32 MSG_FILE_SAVE			= 'mFSA';
14 const uint32 MSG_CLEAR_SELECT		= 'mCSL';
15 const uint32 MSG_SELECT_ALL			= 'mSAL';
16 const uint32 MSG_DITHER_IMAGE		= 'mDIM';
17 
18 extern const char* APP_SIG;
19 
20 
21 #endif /* _ShowImageConstants_ */
22