aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/TODO b/TODO
index 8d2ffb6dc2..5a8313a9c2 100644
--- a/TODO
+++ b/TODO
@@ -34,15 +34,6 @@ General
- sound/fmopl.cpp uses rand() in one function
- backends/midi/adlib.cpp has its own random_nr() function.
Any others?
-* In OSystem, replace Property functions with virtual methods, e.g
- void OSystem::setFullscreen(bool)
- and
- bool OSystem::getFullscreen()
- instead of PROP_TOGGLE_FULLSCREEN and ::property()
-
- That is easier to use and has no obvious drawbacks over the "property()"
- approach (given that you always can provide empty dummy implementations for
- new OSystem APIs).
Build System
@@ -306,13 +297,6 @@ Backends
manager for these parameters (or any others they might like :-).
* Add API to query backend for a list of available music engines
Useful for Options dialog
-* Add API to query backend for a list of available scalers/screenmodes
- (that is, a list of user presentable names, and corresponding
- PROP_SET_GFX_MODE values). This is useful for the options dialog
-* Add PROP_GET_GFX_MODE (mirroring PROP_SET_GFX_MODE)
-* Consider replacing the PROP_TOGGLE_* properties with GET/SET ones ->
- this allows more control over these properties (like, it allows the GUI to
- display checkboxes for these in the options dialog)
X11 backend
===========