More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-10-26 14:44:37 -04:00
parent db80156eba
commit ca39a32a90
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ type tab struct {
tabs []*container
children []Control
chainresize func(x int, y int, width int, height int, d *sizing)
// TODO don't save this (will make things easier)
current int
}