all repos — openbox @ c920b4769ef294d9421dc0220692b6b23c7a20e5

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