Mercurial > audlegacy
annotate src/audacious/platform/smartinclude.h @ 3622:3f6d23bc3f8d
Make active playlist bold in playlist manager
author | Kieran Clancy <clancy.kieran+audacious@gmail.com> |
---|---|
date | Tue, 25 Sep 2007 20:39:01 +0930 |
parents | 5e5b68053de7 |
children |
rev | line source |
---|---|
2313 | 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 | |
3121
3b6d316f8b09
GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents:
2441
diff
changeset
|
6 * the Free Software Foundation; under version 3 of the License. |
2313 | 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 | |
3121
3b6d316f8b09
GPL3 relicensing.
William Pitcock <nenolod@atheme-project.org>
parents:
2441
diff
changeset
|
14 * along with this program. If not, see <http://www.gnu.org/licenses>. |
3123
f1c756f39e6c
Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents:
3121
diff
changeset
|
15 * |
f1c756f39e6c
Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents:
3121
diff
changeset
|
16 * The Audacious team does not consider modular code linking to |
f1c756f39e6c
Invoke "Plugins are not derived work" clause provided by GPL3.
William Pitcock <nenolod@atheme-project.org>
parents:
3121
diff
changeset
|
17 * Audacious or using our public API to be a derived work. |
2313 | 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> | |
3523
5e5b68053de7
Pull in Carbon headers.
William Pitcock <nenolod@atheme.org>
parents:
3123
diff
changeset
|
31 |
5e5b68053de7
Pull in Carbon headers.
William Pitcock <nenolod@atheme.org>
parents:
3123
diff
changeset
|
32 #ifdef GDK_WINDOWING_QUARTZ |
5e5b68053de7
Pull in Carbon headers.
William Pitcock <nenolod@atheme.org>
parents:
3123
diff
changeset
|
33 # include <Carbon/Carbon.h> |
5e5b68053de7
Pull in Carbon headers.
William Pitcock <nenolod@atheme.org>
parents:
3123
diff
changeset
|
34 #endif |