changeset 21:98931006fbfb

Added a note to the TODO.
author Atul Varma <varmaa@toolness.com>
date Fri, 22 Feb 2008 19:09:54 -0600
parents 203d6a15652c
children 09337777193c
files TODO
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Fri Feb 22 18:08:36 2008 -0600
+++ b/TODO	Fri Feb 22 19:09:54 2008 -0600
@@ -24,3 +24,9 @@
 * Consider moving some constants in enso.ui.messages.miniwindows too.
 
 * Consider turning LONGTERM TODOs in source code into TODOs.
+
+* Change the graphics subsysem to either exclusively use
+  pixels or points, but not a mix of both (right now the position
+  of windows within the user's screen are measured in pixels
+  and the coordinates within a window's canvas are measured in
+  points).