projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
back to automake
[mikachu/openbox.git]
/
cwmcc
/
cwmcc.c
1
#include "cwmcc_internal.h"
2
#include "atom.h"
3
4
Display *cwmcc_display;
5
6
void cwmcc_startup(Display *d)
7
{
8
cwmcc_display = d;
9
atom_startup();
10
}