diff options
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, |
