diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-20 12:36:42 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-31 12:54:51 -0500 |
| commit | a21840cbb7912c25abc1943c08d6980da7537a6c (patch) | |
| tree | 01a17f59e28b9ee549f2cded2f5a5e2839fdfe53 /openbox/debug.h | |
| parent | 20b8fcfa33feeade5946bc7f3046705da5d164fe (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.h | 4 |
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, |
