More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-19 01:37:59 -04:00
parent a5e4060b67
commit 54b45a9f09
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ One of the more annoying parts of libui is that it has to juggle an OS control h
## To end programmers
TODO complain loudly if rules broken
TODO complain loudly if Destroying a control with a parent
## Implementation
Note that control implementations generally don't need to worry about backend-specific information; these are handled by the backends's convenience functions. If you bypass those, however, you *will* need to worry.