mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-29 13:44:26 +00:00
parent
552bb13f99
commit
567ec255f1
@ -136,7 +136,7 @@ void Vbox_pointer::Main::_show_default_pointer()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Genode::Attached_dataspace ds { _pointer_ds };
|
Genode::Attached_dataspace ds { _env.rm(), _pointer_ds };
|
||||||
|
|
||||||
convert_default_pointer_data_to_pixels(ds.local_addr<Genode::Pixel_rgb565>(),
|
convert_default_pointer_data_to_pixels(ds.local_addr<Genode::Pixel_rgb565>(),
|
||||||
pointer_size);
|
pointer_size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user