From 055eec93ac495df814cc5585fd55712a6cac06c4 Mon Sep 17 00:00:00 2001 From: bernd Date: Fri, 27 Apr 2007 17:58:48 +0000 Subject: Initial import of cwm-3. tested by sturm@, ok matthieu@ --- headers.h | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 headers.h (limited to 'headers.h') diff --git a/headers.h b/headers.h new file mode 100644 index 0000000..4ae8719 --- /dev/null +++ b/headers.h @@ -0,0 +1,52 @@ +/* + * calmwm - the calm window manager + * + * Copyright (c) 2004 Marius Aamodt Eriksen + * All rights reserved. + * + * $Id: headers.h,v 1.1.1.1 2007/04/27 17:58:48 bernd Exp $ + */ + +#ifndef _CALMWM_HEADERS_H_ +#define _CALMWM_HEADERS_H_ + +#include + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* HAVE_CONFIG_H */ + +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef USE_XOSD +#include +#endif /* USE_XOSD */ + +#include + +#endif /* _CALMWM_HEADERS_H_ */ -- cgit v1.2.3-2-gb3c3