aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-30 23:00:54 +0200
committerdec05eba <dec05eba@protonmail.com>2025-03-30 23:00:54 +0200
commit8feb94f518ca8532bc973f08c2f7455f0eab3e40 (patch)
treef85d355df29e35df41ac7c8610ce142f2ffa6466 /TODO
parent6acd65a9c203b01055c12a5db4a80c6662450026 (diff)
Fix incorrect region when monitor is rotated
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index fa2b4f0..347bb96 100644
--- a/TODO
+++ b/TODO
@@ -253,4 +253,6 @@ When webcam support is added also support v4l2loopback? this is done by using av
Do proper exit, to call gsr_capture_destroy which will properly stop gsr-kms-server. Otherwise there can be zombie gsr-kms-server on error.
-Replace all scissors with clearing textures if the cursor hits the outside of the frame image \ No newline at end of file
+Replace all scissors with clearing textures if the cursor hits the outside of the frame image.
+
+Cursor position might be slightly wrong on rotated monitor.