whitespace => tab
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23503 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c71ff07bd9
commit
1beb8bb1ba
@ -13,7 +13,7 @@ resource app_version {
|
||||
internal = 0,
|
||||
|
||||
short_info = "Fonts",
|
||||
long_info = "Fonts ©2002-2006 Haiku"
|
||||
long_info = "Fonts ©2002-2006 Haiku"
|
||||
};
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
|
@ -15,7 +15,7 @@ resource app_version {
|
||||
internal = 0,
|
||||
|
||||
short_info = "Mouse",
|
||||
long_info = "Mouse ©2002-2007 Haiku"
|
||||
long_info = "Mouse ©2002-2007 Haiku"
|
||||
};
|
||||
|
||||
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||
|
@ -99,10 +99,10 @@ MouseView::MouseView(BRect rect, const MouseSettings &settings)
|
||||
//fMouseBitmap = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "mouse_bmap");
|
||||
//fMouseDownBitmap = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "pressed_mouse_bmap");
|
||||
|
||||
if (fMouseDownBitmap != NULL)
|
||||
fMouseDownBounds = fMouseDownBitmap->Bounds();
|
||||
else
|
||||
fMouseDownBounds.Set(0, 0, 55, 29);
|
||||
if (fMouseDownBitmap != NULL)
|
||||
fMouseDownBounds = fMouseDownBitmap->Bounds();
|
||||
else
|
||||
fMouseDownBounds.Set(0, 0, 55, 29);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user