Files
haiku-beta6/src/prefs/screen/Constants.h
T
Stefano Ceccherini a4cd2d3f33 Huge commit. Fixed screen preflet. It does work now. Still has some minor bugs, but it's fully functional.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2070 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-11-24 00:26:55 +00:00

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