* Added "icon" type for adding icons (ie. B_VECTOR_ICON_TYPE).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37830 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-08-01 17:40:29 +00:00
parent 279291ae62
commit 98dc4f9c65
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ const struct {
{B_BOOL_TYPE, "bool"},
{B_VECTOR_ICON_TYPE, "icon"},
{B_RAW_TYPE, "raw"},
};
const uint32 kNumSupportedTypes = sizeof(kSupportedTypes)