From a21840cbb7912c25abc1943c08d6980da7537a6c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 20 Jan 2008 12:36:42 -0500 Subject: make ob_debug use the g_log system, and make openbox log messages to..a log file ! this will help everyone since most people do not run openbox in a terminal.. --- openbox/debug.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbox/debug.h') diff --git a/openbox/debug.h b/openbox/debug.h index 3c6bedf5..3af413a7 100644 --- a/openbox/debug.h +++ b/openbox/debug.h @@ -21,11 +21,13 @@ #include -void ob_debug_show_output(gboolean enable); +void ob_debug_startup(); +void ob_debug_shutdown(); void ob_debug(const gchar *a, ...); typedef enum { + OB_DEBUG_NORMAL, OB_DEBUG_FOCUS, OB_DEBUG_APP_BUGS, OB_DEBUG_SM, -- cgit v1.2.3