cursorAreaBitmap
fUtility->cursorAreaBitmap->Archive(bitmap);
delete fUtility->cursorAreaBitmap;
fUtility->cursorAreaBitmap = new BBitmap(bounds, B_RGBA32);
fUtility->cursorAreaBitmap->ImportBits(fUtility->wholeScreen,
uint8* areaBits = (uint8*)fUtility->cursorAreaBitmap->Bits();
fUtility->cursorAreaBitmap = new BBitmap(&bitmap);
} else if (cursorAreaBitmap != NULL) {
wholeScreen->ImportBits(cursorAreaBitmap,
B_ORIGIN, cursorPosition, cursorAreaBitmap->Bounds().Size());
delete cursorAreaBitmap;
BBitmap* cursorAreaBitmap;