aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-01-17 17:26:46 +0100
committerdec05eba <dec05eba@protonmail.com>2023-01-17 17:26:46 +0100
commitc6d09be0a56c7b96be48f074901a53d7f76c25cc (patch)
treee55f15f827cbf1d9cf523448cbcfabce5c2a8814 /TODO
parentbb770991b2d688b247106e116c1ee222c6dbbe11 (diff)
Add option to set window background color
This window background color is different than window.clear(color) because this window color is the background color if the window itself, which means if there is a delay between creating the window and the first frame display then the window background color is black, but if window color is set then that color will be displayed instead. Normally you want to set the window background color to the same color as the color you use in window.clear(color).
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 859b9db..86d4bce 100644
--- a/TODO
+++ b/TODO
@@ -8,4 +8,4 @@ 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.\
-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
+Use _NET_WM_SYNC_REQUEST.