]> Dogcows Code - chaz/openbox/blob - cwmcc/cwmcc.c
convert shit from utf8 to filename before execing it
[chaz/openbox] / 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 }
This page took 0.037344 seconds and 4 git commands to generate.