More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-28 14:51:23 -04:00
parent 0e16aa4d7c
commit be7b60149f
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ interface Container from Control {
func ResizeChildren(x intmax_t, y intmax_t, width intmax_t, height intmax_t, d *Sizing); func ResizeChildren(x intmax_t, y intmax_t, width intmax_t, height intmax_t, d *Sizing);
func Update(void); func Update(void);
}; };
// TODO change the various OS-side control functions to be Make
func MakeContainer(c *Container); func MakeContainer(c *Container);
interface Window from Control { interface Window from Control {