Skip to content

Commit 7f860e0

Browse files
committed
add handler for object list drawing
1 parent 63a9a2b commit 7f860e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/bao-video/src/main.rs

+3
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,9 @@ pub fn wrapped_main(main_thread_token: MainThreadToken) -> ! {
683683
GfxOpcode::DrawClipObjectList => {
684684
minigfx::handlers::draw_clip_object_list(&mut display, msg);
685685
}
686+
GfxOpcode::UnclippedObjectList => {
687+
minigfx::handlers::draw_object_list(&mut display, msg);
688+
}
686689
GfxOpcode::DrawTextView => {
687690
minigfx::handlers::draw_text_view(&mut display, msg);
688691
}

0 commit comments

Comments
 (0)