Renamed package to ion1, and made it conflict with package 'ion'.
[ion1.git] / src / common.h
bloba07b012d242bf66cf4c183fd32df72a223842b5b
1 /*
2 * ion/common.h
4 * Copyright (c) Tuomo Valkonen 1999-2001.
5 * See the included file LICENSE for details.
6 */
8 #ifndef INCLUDED_COMMON_H
9 #define INCLUDED_COMMON_H
11 #include <libtu/types.h>
12 #include <libtu/output.h>
13 #include <libtu/misc.h>
14 #include <libtu/dlist.h>
16 #include <X11/Xlib.h>
17 #include <X11/Xutil.h>
19 typedef struct WRectangle_struct{
20 int x, y;
21 int w, h;
22 } WRectangle;
24 typedef ulong Pixel;
26 #include "obj.h"
27 #include "config.h"
29 #endif /* INCLUDED_COMMON_H */