FreeRDP/uwac/libuwac
Mariusz Bialonczyk 4c17dfb71d [uwac] output: take a max scale into scaling code
Fix for a hybrid multimonitor configurations:
Previous code was working for me because the display with scale=2
was last on the wayland display list. After restarting it was earlier.
To fix this - just take the highest scale provided by a display.
Similar as eg. here the SDL is doing:
b5bc64aa55/src/video/wayland/SDL_waylandwindow.c (L1170)
2024-01-11 16:00:40 +01:00
..
CMakeLists.txt [uwac] add viewporter protocol 2024-01-05 14:17:38 +01:00
uwac-clipboard.c Fixed #7521: Ensure '\0' termination of clipboard strings 2022-01-10 11:19:28 +01:00
uwac-display.c [uwac] display: add viewporter 2024-01-05 14:17:38 +01:00
uwac-input.c [uwac] input: release pressed keys when loosing window focus 2024-01-11 16:00:40 +01:00
uwac-os.c [freerdp] use FREERDP_/UWAC_/RDTK_ prefix for conditional headers 2023-01-10 17:38:00 +01:00
uwac-os.h Reformatted to new style 2019-11-07 10:53:54 +01:00
uwac-output.c [uwac] output: take a max scale into scaling code 2024-01-11 16:00:40 +01:00
uwac-priv.h [uwac] add scaling support using viewporter protocol 2024-01-05 14:17:38 +01:00
uwac-tools.c Fixed shadowing and type errors 2021-08-24 10:45:57 +02:00
uwac-utils.c Reorganized UWAC headers 2022-03-03 11:26:48 +01:00
uwac-utils.h [warnings] fix -Wcast-qual 2023-11-24 18:19:03 +01:00
uwac-window.c [uwac] window: fix damage region dimensions (rounding errors) 2024-01-05 14:17:38 +01:00