whitespace => tab
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23503 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,7 +13,7 @@ resource app_version {
|
|||||||
internal = 0,
|
internal = 0,
|
||||||
|
|
||||||
short_info = "Fonts",
|
short_info = "Fonts",
|
||||||
long_info = "Fonts ©2002-2006 Haiku"
|
long_info = "Fonts ©2002-2006 Haiku"
|
||||||
};
|
};
|
||||||
|
|
||||||
resource app_flags B_SINGLE_LAUNCH;
|
resource app_flags B_SINGLE_LAUNCH;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ resource app_version {
|
|||||||
internal = 0,
|
internal = 0,
|
||||||
|
|
||||||
short_info = "Mouse",
|
short_info = "Mouse",
|
||||||
long_info = "Mouse ©2002-2007 Haiku"
|
long_info = "Mouse ©2002-2007 Haiku"
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef HAIKU_TARGET_PLATFORM_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");
|
//fMouseBitmap = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "mouse_bmap");
|
||||||
//fMouseDownBitmap = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "pressed_mouse_bmap");
|
//fMouseDownBitmap = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "pressed_mouse_bmap");
|
||||||
|
|
||||||
if (fMouseDownBitmap != NULL)
|
if (fMouseDownBitmap != NULL)
|
||||||
fMouseDownBounds = fMouseDownBitmap->Bounds();
|
fMouseDownBounds = fMouseDownBitmap->Bounds();
|
||||||
else
|
else
|
||||||
fMouseDownBounds.Set(0, 0, 55, 29);
|
fMouseDownBounds.Set(0, 0, 55, 29);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user