diff options
Diffstat (limited to 'toxy/widget.c')
-rw-r--r-- | toxy/widget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toxy/widget.c b/toxy/widget.c index a7a983a..7fdd90c 100644 --- a/toxy/widget.c +++ b/toxy/widget.c @@ -2,6 +2,8 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ +/* FIXME crash if closing window with a failed widget (e.g. .wid missing) */ + /* LATER think about reloading method for .wid files */ #include <stdio.h> |