summaryrefslogtreecommitdiff
path: root/cwmcc/cwmcc.c
blob: 2cef996942b4d93b3592b40d646665720c6d1177 (plain)
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();
}