From 54b45a9f0996357226ede0b6e234963299b895d9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 19 Apr 2015 01:37:59 -0400 Subject: [PATCH] More TODOs. --- docs/lifetimes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/lifetimes.md b/docs/lifetimes.md index b1d41a4b..2a5b6347 100644 --- a/docs/lifetimes.md +++ b/docs/lifetimes.md @@ -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.