summaryrefslogtreecommitdiff
path: root/ratpoison.h
diff options
context:
space:
mode:
Diffstat (limited to 'ratpoison.h')
-rw-r--r--ratpoison.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/ratpoison.h b/ratpoison.h
new file mode 100644
index 0000000..a8ab47a
--- /dev/null
+++ b/ratpoison.h
@@ -0,0 +1,17 @@
+/* Some standard datatypes for ratpoison */
+
+#ifndef _RATPOISON_H
+#define _RATPOISON_H
+
+#include "conf.h"
+
+#include "data.h"
+#include "manage.h"
+#include "list.h"
+#include "bar.h"
+#include "events.h"
+
+void clean_up ();
+screen_info *find_screen (Window w);
+
+#endif /* _RATPOISON_H */