video: Add a pointer image
When the mouse is being used we need a suitable pointer image to draw on the display. Add the RISC OS pointer, in honour of the first GUI available on ARM devices. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -1211,9 +1211,10 @@ static int dm_test_video_images(struct unit_test_state *uts)
|
||||
ut_assert_nextline("Name Size");
|
||||
ut_assert_nextline("-------------------- ----------");
|
||||
ut_assert_nextline("bgrt 43926");
|
||||
ut_assert_nextline("riscos_arrow 3798");
|
||||
ut_assert_nextline("u_boot 6932");
|
||||
ut_assert_skip_to_line("");
|
||||
ut_assert_nextline("Total images: 2");
|
||||
ut_assert_nextline("Total images: 3");
|
||||
ut_assert_console_end();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user