summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-08 00:55:11 -0400
committerPietro Gagliardi <[email protected]>2014-06-08 00:55:11 -0400
commitd4e06bb4d3b624e99d75d36fb69b2316b1b828c0 (patch)
tree2d24f18e8e48a2f993b8666c32c0ff9040c5c924 /todo.md
parentde6f07bb135d0a401e5fb8f879dcf933d45a508d (diff)
Checked Windows RECT usage and fixed wrong ones.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 96976a0..a35ef73 100644
--- a/todo.md
+++ b/todo.md
@@ -7,7 +7,6 @@ MAC OS X:
WINDOWS:
- windows: windows key handling is just wrong; figure out how to avoid (especially since Windows intercepts that key by default)
- redrawing controls after a window resize on Windows does not work properly
-- check all uses of RECT.right/.bottom in Windows that don't have an accompanying -RECT.left/.top to make sure they're correct
- when adding IsDialogMessage() find out if that make sthe area in the area bounds test automatically focused
UNIX: