aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2005-04-10 09:45:05 +0000
committerMax Horn2005-04-10 09:45:05 +0000
commit82c10524b431061e0e79a8ed5eacf894109533b2 (patch)
treee9be25d62e35fa281a201aab0096db76a3b84086 /TODO
parent5b802a03e5c248ae14eab01233a86132ac278db4 (diff)
downloadscummvm-rg350-82c10524b431061e0e79a8ed5eacf894109533b2.tar.gz
scummvm-rg350-82c10524b431061e0e79a8ed5eacf894109533b2.tar.bz2
scummvm-rg350-82c10524b431061e0e79a8ed5eacf894109533b2.zip
gBitFormat TODO
svn-id: r17504
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 476dccf8f1..b0d14a1a48 100644
--- a/TODO
+++ b/TODO
@@ -213,6 +213,13 @@ Plugins
needs to search in the plugin dir of the active bundle. So use the
CF bundle API, inside a #ifdef MACOSX block.
+OSystem
+=======
+* Right now gBitFormat is part of common/scaler.cpp; we might want to move it
+ to common/system.cpp, or replace it with something better.
+ No hasty changes here, please, make sure you understand how it is used right
+ now before messing with it ;-)
+
#######################################################################
# Engines / frontends