various changes to improve integration of vector icons

* Deskbar uses 32 bit icons now
* vector icons are now correctly converted to B_CMAP8 bitmaps
  if no B_CMAP8 icon is available
* small fixes in Tracker (window mode menu)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18803 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-09-11 10:52:01 +00:00
parent 92bc2d0fc5
commit 59deaf10bc
9 changed files with 210 additions and 41 deletions
+5
View File
@@ -75,6 +75,11 @@ class BIconUtils {
uint32 width, uint32 height,
uint32 bytesPerRow,
BBitmap* result);
static status_t ConvertToCMAP8(const uint8* data,
uint32 width, uint32 height,
uint32 bytesPerRow,
BBitmap* result);
};
#endif // ICON_UTILS_H