Mercurial > audlegacy
annotate src/audacious/widgets/widgetcore.h @ 3068:c5189bc4100b
Refactor skinned window code.
| author | William Pitcock <nenolod@atheme-project.org> |
|---|---|
| date | Fri, 13 Jul 2007 10:19:43 -0500 |
| parents | 41d3854f3625 |
| children | 093759970e44 |
| rev | line source |
|---|---|
| 2313 | 1 /* |
| 2 * Audacious - a cross-platform multimedia player | |
| 3 * Copyright (c) 2006 Audacious development team. | |
| 4 * | |
| 5 * This program is free software; you can redistribute it and/or modify | |
| 6 * it under the terms of the GNU General Public License as published by | |
|
3056
41d3854f3625
Set the license explicitly to GPL v2
Tomasz Mon <desowin@gmail.com>
parents:
3054
diff
changeset
|
7 * the Free Software Foundation; under version 2 of the License. |
| 2313 | 8 * |
| 9 * This program is distributed in the hope that it will be useful, | |
| 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 12 * GNU General Public License for more details. | |
| 13 * | |
| 14 * You should have received a copy of the GNU General Public License | |
| 15 * along with this program; if not, write to the Free Software | |
| 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
| 17 */ | |
| 18 | |
| 19 #ifndef _WIDGETCORE_H_ | |
| 20 #define _WIDGETCORE_H_ | |
| 21 | |
| 22 #include "eq_graph.h" | |
| 23 #include "eq_slider.h" | |
| 24 #include "menurow.h" | |
| 25 #include "monostereo.h" | |
| 26 #include "playlist_list.h" | |
| 27 #include "playlist_slider.h" | |
| 28 #include "playstatus.h" | |
| 29 #include "skin.h" | |
| 30 #include "widget.h" | |
| 31 | |
| 32 #endif |
