wlmaker
Loading...
Searching...
No Matches
toolkit.h
Go to the documentation of this file.
1/* ========================================================================= */
22#ifndef __WLMTK_TOOLKIT_H__
23#define __WLMTK_TOOLKIT_H__
24
25#include "gfxbuf.h"
26#include "primitives.h"
27#include "style.h"
28#include "util.h"
29
30#include <libbase/libbase.h>
31#include <wayland-server.h>
32
33#include "bordered.h"
34#include "box.h"
35#include "buffer.h"
36#include "button.h"
37#include "container.h"
38#include "content.h"
39#include "element.h"
40#include "env.h"
41#include "fsm.h"
42#include "input.h"
43#include "surface.h"
44#include "rectangle.h"
45#include "resizebar.h"
46#include "resizebar_area.h"
47#include "titlebar.h"
48#include "titlebar_button.h"
49#include "titlebar_title.h"
50#include "util.h"
51#include "window.h"
52#include "workspace.h"
53
54#ifdef __cplusplus
55extern "C" {
56#endif // __cplusplus
57
58
59#ifdef __cplusplus
60} // extern "C"
61#endif // __cplusplus
62
63#endif /* __WLMTK_TOOLKIT_H__ */
64/* == End of toolkit.h ===================================================== */