all repos — openbox @ 3753a0ed3eb1f10d8579dc20098504484003e8bf

openbox fork - make it a bit more like ryudo

cwmcc/cwmcc.c (raw)

1
2
3
4
5
6
7
8
9
10
#include "cwmcc_internal.h"
#include "atom.h"

Display *cwmcc_display;

void cwmcc_startup(Display *d)
{
    cwmcc_display = d;
    atom_startup();
}