Added a new type for the vector icon format 'VICN' or B_VECTOR_ICON_TYPE.
It's hopefully now used everywhere instead of B_RAW_TYPE where appropriate. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19219 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1342,7 +1342,7 @@ GetAppIconFromAttr(BFile *file, BBitmap *result, icon_size size)
|
||||
//#else
|
||||
//
|
||||
// const char *attrName = kAttrIcon;
|
||||
// uint32 type = B_RAW_TYPE;
|
||||
// uint32 type = B_VECTOR_ICON_TYPE;
|
||||
//
|
||||
// // try vector icon
|
||||
// attr_info ainfo;
|
||||
|
||||
Reference in New Issue
Block a user