diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-09 21:24:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-09 21:24:58 +0000 |
| commit | 51e27c03cfc53b8070f2d020c033fdce383116af (patch) | |
| tree | 2e6833ef1f66fa16d71fb3afa9da935054ae40e9 /cwmcc/cwmcc_internal.h | |
| parent | 787cbcf656890fae77fd3e6bef8e2d0cfc669ee8 (diff) | |
set up the atoms in cwmcc
Diffstat (limited to 'cwmcc/cwmcc_internal.h')
| -rw-r--r-- | cwmcc/cwmcc_internal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cwmcc/cwmcc_internal.h b/cwmcc/cwmcc_internal.h new file mode 100644 index 00000000..068c0f0a --- /dev/null +++ b/cwmcc/cwmcc_internal.h @@ -0,0 +1,8 @@ +#ifndef __cwmcc_cwmcc_internal_h +#define __cwmcc_cwmcc_internal_h + +#include <X11/Xlib.h> + +extern Display *cwmcc_display; + +#endif |
