* compile fix, thanks to Fredrik Ekdahl
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21386 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -85,7 +85,7 @@ stroke_frame(BView* v, BRect r, rgb_color left, rgb_color top,
|
||||
|
||||
// make_sure_frame_is_on_screen
|
||||
bool
|
||||
make_sure_frame_is_on_screen(BRect& frame, BWindow* window = NULL)
|
||||
make_sure_frame_is_on_screen(BRect& frame, BWindow* window)
|
||||
{
|
||||
BScreen* screen = window ? new BScreen(window) : new BScreen(B_MAIN_SCREEN_ID);
|
||||
bool success = false;
|
||||
|
||||
Reference in New Issue
Block a user