all repos — openbox @ 1ffc7fa9ec0ca76f8ffc23bba2c1f2d417732462

openbox fork - make it a bit more like ryudo

openbox/debug.h (raw)

1
2
3
4
5
6
7
8
#ifndef __ob__debug_h
#define __ob__debug_h

void ob_debug_show_output(gboolean enable);

void ob_debug(char *a, ...);

#endif