aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index cadc1d0..c7b59e2 100644
--- a/TODO
+++ b/TODO
@@ -37,8 +37,6 @@ Fix first frame being black when running without a compositor.
Add support for systray.
-Add option to take screenshot.
-
Move event callbacks to a global list instead of std::function object in each widget. This reduces the size of widgets,
since most widgets wont have the event callback set.
This event callback would pass the widget as an argument.