diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-12-11 02:33:12 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-12-11 02:33:12 +0100 |
commit | 5bcf963ff721717463c576fac874561fc9827a45 (patch) | |
tree | 149d230e3b8a9239dc0c2ce4b3ba25a5ad13bf02 /TODO | |
parent | f43d6e82c3fb59f25189c745c5ca5ff1d2e3c161 (diff) |
Fix pasting text from mgl to other applications
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,4 +7,5 @@ Experiment with reducing latency by removing GLX_DOUBLEBUFFER and using glFlush& Only render one glyph for missing symbols.\ High precision mouse wheel event by using xi2, which also allows us to get which scroll wheel was used and scrolling in y direction.\ Use XPresent (PresentNotifyMSC, glSwapBuffers, wait for PresentCompleteNotify before doing presentNotifyMsc and glSwapBuffers again), see https://invent.kde.org/plasma/kwin/-/issues/27. This doesn't work on nvidia because nvidia never sends the PresentCompleteNotify event. -Support drag and drop.
\ No newline at end of file +Support drag and drop.\ +Pasting image into mgl doesn't always work. For example when using wayland + sway. Only 64k are copied (even when chunk size is set to 20kb instead of 32kb. One workaround would be to set chunk size and 1024 to 0x1ffffffff).
\ No newline at end of file |