1
0
Fork 0
forked from wry/wry

autocommit 2022-04-21 17:36:25 CEST

This commit is contained in:
Julian Orth 2022-04-21 17:36:25 +02:00
parent dae9e52347
commit 939d20eab4

View file

@ -966,6 +966,7 @@ pub fn mode_addfb2(
offsets,
modifier: [modifier; 4],
};
log::info!("{:#?}", res);
unsafe {
ioctl(fd, DRM_IOCTL_MODE_ADDFB2, &mut res)?;