moved B_PROPERTY_INFO_TYPE definition to TypeConstants.h

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17907 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-06-22 12:21:46 +00:00
parent 577bebe552
commit 6c61b2841f
2 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,6 @@ struct value_info {
uint32 _reserved[10];
};
#define B_PROPERTY_INFO_TYPE 'SCTD'
/*----------------------------------------------------------------*/
/*----- BPropertyInfo class --------------------------------------*/

View File

@ -38,6 +38,7 @@ enum {
B_PATTERN_TYPE = 'PATN',
B_POINTER_TYPE = 'PNTR',
B_POINT_TYPE = 'BPNT',
B_PROPERTY_INFO_TYPE = 'SCTD',
B_RAW_TYPE = 'RAWT',
B_RECT_TYPE = 'RECT',
B_REF_TYPE = 'RREF',