From e331dd4a82ec8c88fbd35eb981d7df0bd4531ffe Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 11 Oct 2007 02:21:27 +0000 Subject: [PATCH] Nuke old TODOs, add a documentation TODO --- TODO | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index d5c20dc..3fb56d3 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,2 @@ - -- possibles: - * more QC tests - - use more constrained type in StackSet to avoid pattern match warnings - - audit for events handled in dwm. - -- related: - - xcb bindings - - randr - + - Write down invariants for the window life cycle, especially: + - When are borders set? Prove that the current handling is sufficient.