aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-09 02:45:16 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-09 02:45:20 +0100
commitf1b49793658d42cc7dd53be757f34ec6437d0517 (patch)
tree3f56bed82946d54a61a371b42264f29546f9485a /TODO
parente647d0c4bcbd7001b81a7a3618987e220615f2d6 (diff)
Fix incorrect color format in x11 cursor (bgr instead of rgb)
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index df85d7b..de803f8 100644
--- a/TODO
+++ b/TODO
@@ -184,4 +184,6 @@ Support pipewire audio capture which also allows capturing audio from a single a
Support recording/replay/livestreaming at the same time by allowing commands to be run on an existing gpu screen recorder instance.
-Test if `xrandr --output DP-1 --scale 1.5` captures correct size on nvidia. \ No newline at end of file
+Test if `xrandr --output DP-1 --scale 1.5` captures correct size on nvidia.
+
+Fix cursor position and scale when scaling x11 display. \ No newline at end of file