More TODOs.
This commit is contained in:
parent
0e16aa4d7c
commit
be7b60149f
|
@ -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 Update(void);
|
||||
};
|
||||
// TODO change the various OS-side control functions to be Make
|
||||
func MakeContainer(c *Container);
|
||||
|
||||
interface Window from Control {
|
||||
|
|
Loading…
Reference in New Issue