From 06764ea9f0fd3c7f851bd16a2229cda74c4ebb55 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 21 Mar 2011 07:51:37 +0000 Subject: add control of fbtk text widget padding svn path=/trunk/netsurf/; revision=12116 --- framebuffer/fbtk/fbtk.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framebuffer/fbtk/fbtk.c') diff --git a/framebuffer/fbtk/fbtk.c b/framebuffer/fbtk/fbtk.c index 5aef6bd45..f38f6adda 100644 --- a/framebuffer/fbtk/fbtk.c +++ b/framebuffer/fbtk/fbtk.c @@ -43,6 +43,8 @@ #include "widget.h" +#ifdef FBTK_LOGGING + /* tree dump debug, also example of depth first tree walk */ static void dump_tk_tree(fbtk_widget_t *widget) @@ -73,6 +75,8 @@ dump_tk_tree(fbtk_widget_t *widget) } } +#endif + /* exported function documented in fbtk.h */ void fbtk_request_redraw(fbtk_widget_t *widget) -- cgit v1.2.3