diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-04 21:47:14 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-04 21:47:14 +0200 |
commit | 2aa81b741c0097652de0b988ed4d5e071b14501c (patch) | |
tree | 00351e6a7285c07ec82736c23beac0b46a6129b6 /TODO | |
parent | 3a20c417cbf7d5db1d9d26abfbda388e58f96c18 (diff) |
Switch to EGL
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,4 +14,6 @@ Colorscheme should follow graphics card in use. On nvidia use nvidia green, on i Optimize list/page when having a few items in it (dont use vector<unique_ptr<Widget>>). -Only redraw ui if changed (dirty state, propagate upward. Set dirty when adding widget or changing any visible properly on a widget or when event updates how the widget should be displayed).
\ No newline at end of file +Only redraw ui if changed (dirty state, propagate upward. Set dirty when adding widget or changing any visible properly on a widget or when event updates how the widget should be displayed). + +Use _NET_WM_ALLOWED_ACTIONS. Same for notifications.
\ No newline at end of file |