summaryrefslogtreecommitdiff
path: root/openbox/debug.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-20 12:36:42 -0500
committerDana Jansens <danakj@orodu.net>2008-01-31 12:54:51 -0500
commita21840cbb7912c25abc1943c08d6980da7537a6c (patch)
tree01a17f59e28b9ee549f2cded2f5a5e2839fdfe53 /openbox/debug.h
parent20b8fcfa33feeade5946bc7f3046705da5d164fe (diff)
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..
Diffstat (limited to 'openbox/debug.h')
-rw-r--r--openbox/debug.h4
1 files changed, 3 insertions, 1 deletions
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 <glib.h>
-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,