* 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:
@@ -64,6 +64,8 @@ const struct {
|
|||||||
|
|
||||||
{B_BOOL_TYPE, "bool"},
|
{B_BOOL_TYPE, "bool"},
|
||||||
|
|
||||||
|
{B_VECTOR_ICON_TYPE, "icon"},
|
||||||
|
|
||||||
{B_RAW_TYPE, "raw"},
|
{B_RAW_TYPE, "raw"},
|
||||||
};
|
};
|
||||||
const uint32 kNumSupportedTypes = sizeof(kSupportedTypes)
|
const uint32 kNumSupportedTypes = sizeof(kSupportedTypes)
|
||||||
|
|||||||
Reference in New Issue
Block a user