aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index c9ff5a2425..969df839e7 100644
--- a/TODO
+++ b/TODO
@@ -111,6 +111,13 @@ Descumm
* Rewrite code to use 2 passes; first pass builds an intermediate graph, the
second pass then tries to detect loops, break/continue statements etc.
+Backend
+=======
+* Several of the backend factory functions take config parameters. It should
+ be possible to get rid of those once the config system rewrite (see above)
+ has been done. In that case, the backends simply can query the config
+ manager for these parameters (or any others they might like :-).
+
SDL backend
===========
* Maybe change the shortcuts? One idea (add ctrl-alt in all cases):