mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-03 10:08:11 +02:00
compositor-rpi: Use correct enum, removes a warning
This commit is contained in:
parent
4b409c387d
commit
e74dc19aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ rpi_element_dmx_move(struct rpi_element *element,
|
|||
&dst_rect,
|
||||
&src_rect,
|
||||
DISPMANX_NO_HANDLE,
|
||||
DISPMANX_NO_ROTATE);
|
||||
VC_IMAGE_ROT0);
|
||||
DBG("element %p move\n", element);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue