mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
The following config allows to mirror the LVDS output to VNC: |[output] |name=LVDS-1 |transform=rotate-270 | |[output] |name=vnc |mirror-of=LVDS-1 However, the current code only takes the scale into account, not the relative transformation. In case of rotate 90 or 270 the width and height have to be swapped. Add it. Closes: https://gitlab.freedesktop.org/wayland/weston/-/issues/1076 Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de> |
||
|---|---|---|
| .. | ||
| config-helpers.c | ||
| executable.c | ||
| main.c | ||
| meson.build | ||
| screen-share.c | ||
| systemd-notify.c | ||
| text-backend.c | ||
| weston-private.h | ||
| weston-screenshooter.c | ||
| weston.desktop | ||
| weston.h | ||
| xwayland.c | ||