]> Dogcows Code - chaz/openbox/blobdiff - openbox/debug.h
Fix menu placement to avoid dead xinerama areas, possibly break other stuff
[chaz/openbox] / openbox / debug.h
index a38ae75bfeb1e827dc220280fb6b56812fb73f2c..a24e66ea7d97771e593ddf5f5159788173883644 100644 (file)
 
 #include <glib.h>
 
-void ob_debug_show_output(gboolean enable);
+void ob_debug_startup(void);
+void ob_debug_shutdown(void);
 
 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.023224 seconds and 4 git commands to generate.