1 /* libwnck header */
2 /* vim: set sw=2 et: */
3 
4 /*
5  * Copyright (C) 2001 Havoc Pennington
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Library General Public
9  * License as published by the Free Software Foundation; either
10  * version 2 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Library General Public License for more details.
16  *
17  * You should have received a copy of the GNU Library General Public
18  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
19  */
20 
21 #ifndef WNCK_LIB_H
22 #define WNCK_LIB_H
23 
24 #define __LIBWNCK_H_INSIDE__
25 
26 #include <libwnck/window.h>
27 #include <libwnck/application.h>
28 #include <libwnck/class-group.h>
29 #include <libwnck/workspace.h>
30 #include <libwnck/screen.h>
31 
32 #include <libwnck/pager.h>
33 #include <libwnck/tasklist.h>
34 #include <libwnck/selector.h>
35 
36 #include <libwnck/window-action-menu.h>
37 #include <libwnck/util.h>
38 
39 #include <libwnck/version.h>
40 
41 #include <libwnck/wnck-enum-types.h>
42 
43 #undef __LIBWNCK_H_INSIDE__
44 
45 #endif /* WNCK_LIB_H */
46