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 7bfbb74..8daa588 100644 --- a/toxy/widget.c +++ b/toxy/widget.c @@ -20,8 +20,10 @@ /* our proxy of the text_class (not in the API), LATER do not cheat */ static t_class *makeshift_class; +#ifdef KRZYSZCZ //#define WIDGET_DEBUG //#define TOW_DEBUG +#endif enum { WIDGET_NOVIS = 0, WIDGET_PUSHVIS, WIDGET_REVIS }; |