Return B_OK on success.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32397 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -130,5 +130,6 @@ video_display_splash(addr_t frameBuffer)
|
|||||||
height = min_c(iconsHalfHeight, gKernelArgs.frame_buffer.height);
|
height = min_c(iconsHalfHeight, gKernelArgs.frame_buffer.height);
|
||||||
video_blit_image(frameBuffer, lowerHalfIconImage, width, height,
|
video_blit_image(frameBuffer, lowerHalfIconImage, width, height,
|
||||||
kSplashIconsWidth, x, y);
|
kSplashIconsWidth, x, y);
|
||||||
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user