vbox_pointer: remove env deprecated warning

Issue #2280.
This commit is contained in:
Josef Söntgen 2017-02-23 14:54:20 +01:00 committed by Christian Helmuth
parent 552bb13f99
commit 567ec255f1
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ void Vbox_pointer::Main::_show_default_pointer()
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>(),
pointer_size);