From 5be0a82a353b67160142134de1cc51fa31d72759 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 24 Jul 2003 06:02:38 +0000 Subject: use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it --- openbox/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/debug.h') diff --git a/openbox/debug.h b/openbox/debug.h index 695e968f..0e7ed10f 100644 --- a/openbox/debug.h +++ b/openbox/debug.h @@ -1,6 +1,8 @@ #ifndef __ob__debug_h #define __ob__debug_h +#include + void ob_debug_show_output(gboolean enable); void ob_debug(char *a, ...); -- cgit v1.2.3