git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2070 a95241bf-73f2-0310-859d-f6bbb57e9c96
30 lines
873 B
C
30 lines
873 B
C
#ifndef CONSTANTS_H
|
|
#define CONSTANTS_H
|
|
|
|
//Messages
|
|
#define WORKSPACE_CHECK_MSG 'wchk'
|
|
#define BUTTON_DEFAULTS_MSG 'bdef'
|
|
#define BUTTON_REVERT_MSG 'brev'
|
|
#define BUTTON_APPLY_MSG 'bapl'
|
|
#define BUTTON_DONE_MSG 'bdon'
|
|
#define BUTTON_CANCEL_MSG 'bcnc'
|
|
#define BUTTON_KEEP_MSG 'bkep'
|
|
#define POP_WORKSPACE_CHANGED_MSG 'pwsc'
|
|
#define POP_RESOLUTION_MSG 'pres'
|
|
#define POP_COLORS_MSG 'pclr'
|
|
#define POP_REFRESH_MSG 'prfr'
|
|
#define POP_OTHER_REFRESH_MSG 'porf'
|
|
#define UPDATE_DESKTOP_COLOR_MSG 'udsc'
|
|
#define UPDATE_DESKTOP_MSG 'udsk'
|
|
#define SLIDER_MODIFICATION_MSG 'sldm'
|
|
#define SLIDER_INVOKE_MSG 'sldi'
|
|
#define SET_INITIAL_MODE_MSG 'sinm'
|
|
#define SET_CUSTOM_REFRESH_MSG 'scrf'
|
|
#define DIM_COUNT_MSG 'scrf'
|
|
#define MAKE_INITIAL_MSG 'mkin'
|
|
|
|
//Constants
|
|
static const char kAppSignature[] = "application/x-vnd.RR-SCRN";
|
|
|
|
#endif //CONSTANTS_H
|