]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Update TODO
authorRay Strode <rstrode@redhat.com>
Wed, 28 May 2008 22:33:07 +0000 (18:33 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 28 May 2008 22:33:07 +0000 (18:33 -0400)
Add:
- add expose handler for plugins to draw from.
  We need to reset some state every frame of the animation,
  so better to hide that.

TODO

diff --git a/TODO b/TODO
index 258b9b604545f9e18b6641e2d23185e9bab90f28..83cf03e189241c85033e7d295e611479f6cdc523 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,3 +8,4 @@
 - Make --ask-for-password take a prompt message
 - consider making details plugin have stdin hooked up to the pty instead of tty so input works
 - consider making details plugin go back to pretty plugin if user presses escape
+- add expose handler for plugins to draw from.  We need to reset some state every frame of the animation, so better to hide that.