Add some TODOs

reg_ignore is a bit complicated.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-02-21 04:11:58 +00:00
parent d145808e69
commit 69826a0844
2 changed files with 8 additions and 0 deletions

View File

@ -124,6 +124,7 @@ struct win {
win *next;
/// Pointer to the next higher window to paint.
win *prev_trans;
// TODO rethink reg_ignore
// Core members
/// ID of the top-level frame window.