]> Dogcows Code - chaz/openbox/blobdiff - cwmcc/cwmcc.c
Added a fifo_menu plugin
[chaz/openbox] / cwmcc / cwmcc.c
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..2cef996942b4d93b3592b40d646665720c6d1177 100644 (file)
@@ -0,0 +1,10 @@
+#include "cwmcc_internal.h"
+#include "atom.h"
+
+Display *cwmcc_display;
+
+void cwmcc_startup(Display *d)
+{
+    cwmcc_display = d;
+    atom_startup();
+}
This page took 0.022997 seconds and 4 git commands to generate.