]> Dogcows Code - chaz/openbox/blobdiff - openbox/debug.h
make ob_debug use the g_log system, and make openbox log messages to..a log file...
[chaz/openbox] / openbox / debug.h
index a38ae75bfeb1e827dc220280fb6b56812fb73f2c..3af413a7d528ffdb05580bd3d035c9f5b8c3e8b0 100644 (file)
 
 #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,
     OB_DEBUG_TYPE_NUM
 } ObDebugType;
 
This page took 0.024431 seconds and 4 git commands to generate.