comparison src/skins/platform/smartinclude.h @ 2572:d0daee216c8d

stub (really incomplete) for skin engine plugin
author Tomasz Mon <desowin@gmail.com>
date Sun, 18 May 2008 14:20:51 +0200
parents
children
comparison
equal deleted inserted replaced
2571:3a59f3d578f1 2572:d0daee216c8d
1 /*
2 * Copyright (c) 2006-2007 William Pitcock <nenolod -at- nenolod.net>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; under version 3 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses>.
15 *
16 * The Audacious team does not consider modular code linking to
17 * Audacious or using our public API to be a derived work.
18 */
19
20 #include <gdk/gdk.h>
21
22 #ifdef GDK_WINDOWING_X11
23 # include <gdk/gdkx.h>
24 #endif
25
26 #ifdef GDK_WINDOWING_WIN32
27 # include <gdk/gdkwin32.h>
28 #endif
29
30 #include <gdk/gdkkeysyms.h>
31
32 #ifdef GDK_WINDOWING_QUARTZ
33 # include <Carbon/Carbon.h>
34 #endif