mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +09:00
Switch to EGL
This commit is contained in:
4
TODO
4
TODO
@@ -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).
|
||||
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.
|
||||
Reference in New Issue
Block a user